Class StorageSource
Location of the source in an archive file in Google Cloud Storage.
Inheritance
System.Object
StorageSource
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1alpha2.Data
Assembly: Google.Apis.CloudBuild.v1alpha2.dll
Syntax
public class StorageSource : IDirectResponseSchema
Properties
Bucket
Google Cloud Storage bucket containing the source (see Bucket Name Requirements).
Declaration
[JsonProperty("bucket")]
public virtual string Bucket { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Generation
Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
Declaration
[JsonProperty("generation")]
public virtual long? Generation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Object__
Google Cloud Storage object containing the source. This object must be a zipped (.zip
) or gzipped archive
file (.tar.gz
) containing source to build.
Declaration
[JsonProperty("object")]
public virtual string Object__ { get; set; }
Property Value
Type | Description |
---|---|
System.String |