Class Build
Build information of the Instance if it's in ACTIVE
state.
Implements
Inherited Members
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 |