Class ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource
Location of the source in an archive file in Google Cloud Storage.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource : 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 |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
long? |
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 |
---|---|
string |