public sealed class StorageSourceManifest : IMessage<StorageSourceManifest>, IEquatable<StorageSourceManifest>, IDeepCloneable<StorageSourceManifest>, IBufferMessage, IMessage
Location of the source manifest in Google Cloud Storage. This feature is in Preview; see description here.
Implements
IMessage<StorageSourceManifest>, IEquatable<StorageSourceManifest>, IDeepCloneable<StorageSourceManifest>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
StorageSourceManifest()
public StorageSourceManifest()
StorageSourceManifest(StorageSourceManifest)
public StorageSourceManifest(StorageSourceManifest other)
Parameter | |
---|---|
Name | Description |
other | StorageSourceManifest |
Properties
Bucket
public string Bucket { get; set; }
Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
Property Value | |
---|---|
Type | Description |
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.
Property Value | |
---|---|
Type | Description |
Int64 |
Object
public string Object { get; set; }
Google Cloud Storage object containing the source manifest.
This object must be a JSON file.
Property Value | |
---|---|
Type | Description |
String |