public sealed class StorageSource : IMessage<StorageSource>, IEquatable<StorageSource>, IDeepCloneable<StorageSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class StorageSource.
Location of the source in an archive file in Google Cloud Storage.
Inheritance
System.Object > StorageSourceImplements
IMessage<StorageSource>, System.IEquatable<StorageSource>, IDeepCloneable<StorageSource>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
StorageSource()
public StorageSource()
StorageSource(StorageSource)
public StorageSource(StorageSource other)
Name | Description |
other | StorageSource |
Properties
Bucket
public string Bucket { get; set; }
Google Cloud Storage bucket containing the source (see Bucket Name Requirements).
Type | Description |
System.String |
Generation
public long Generation { get; set; }
Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
Type | Description |
System.Int64 |
Object
public string Object { get; set; }
Google Cloud Storage object containing the source.
This object must be a gzipped archive file (.tar.gz
) containing source to
build.
Type | Description |
System.String |