Class Metadata
Other properties of the build.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class Metadata : IDirectResponseSchema
Properties
BuildFinishedOn
object representation of BuildFinishedOnRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BuildFinishedOnDateTimeOffset instead.")]
public virtual object BuildFinishedOn { get; set; }
Property Value
Type | Description |
---|---|
object |
BuildFinishedOnDateTimeOffset
DateTimeOffset representation of BuildFinishedOnRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? BuildFinishedOnDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
BuildFinishedOnRaw
The timestamp of when the build completed.
Declaration
[JsonProperty("buildFinishedOn")]
public virtual string BuildFinishedOnRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
BuildInvocationId
Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec.
Declaration
[JsonProperty("buildInvocationId")]
public virtual string BuildInvocationId { get; set; }
Property Value
Type | Description |
---|---|
string |
BuildStartedOn
object representation of BuildStartedOnRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BuildStartedOnDateTimeOffset instead.")]
public virtual object BuildStartedOn { get; set; }
Property Value
Type | Description |
---|---|
object |
BuildStartedOnDateTimeOffset
DateTimeOffset representation of BuildStartedOnRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? BuildStartedOnDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
BuildStartedOnRaw
The timestamp of when the build started.
Declaration
[JsonProperty("buildStartedOn")]
public virtual string BuildStartedOnRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Completeness
Indicates that the builder claims certain fields in this message to be complete.
Declaration
[JsonProperty("completeness")]
public virtual Completeness Completeness { get; set; }
Property Value
Type | Description |
---|---|
Completeness |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Reproducible
If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.
Declaration
[JsonProperty("reproducible")]
public virtual bool? Reproducible { get; set; }
Property Value
Type | Description |
---|---|
bool? |