Show / Hide Table of Contents

Class Provenance

Provenance configuration.

Inheritance
object
Provenance
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX