Class Provenance
Provenance configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class Provenance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
Optional. Provenance push mode.
Declaration
[JsonProperty("enabled")]
public virtual string Enabled { get; set; }
Property Value
Type | Description |
---|---|
string |
Region
Optional. Provenance region.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type | Description |
---|---|
string |
Storage
Optional. Where provenance is stored.
Declaration
[JsonProperty("storage")]
public virtual string Storage { get; set; }
Property Value
Type | Description |
---|---|
string |