Show / Hide Table of Contents

Class Build

Build information of the Instance if it's in ACTIVE state.

Inheritance
object
Build
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ApigeeRegistry.v1.Data
Assembly: Google.Apis.ApigeeRegistry.v1.dll
Syntax
public class Build : IDirectResponseSchema

Properties

CommitId

Output only. Commit ID of the latest commit in the build.

Declaration
[JsonProperty("commitId")]
public virtual string CommitId { get; set; }
Property Value
Type Description
string

CommitTime

object representation of CommitTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CommitTimeDateTimeOffset instead.")]
public virtual object CommitTime { get; set; }
Property Value
Type Description
object

CommitTimeDateTimeOffset

DateTimeOffset representation of CommitTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CommitTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CommitTimeRaw

Output only. Commit time of the latest commit in the build.

Declaration
[JsonProperty("commitTime")]
public virtual string CommitTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Repo

Output only. Path of the open source repository: github.com/apigee/registry.

Declaration
[JsonProperty("repo")]
public virtual string Repo { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX