public sealed class StorageSourceManifest : IMessage<StorageSourceManifest>, IEquatable<StorageSourceManifest>, IDeepCloneable<StorageSourceManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class StorageSourceManifest.
Location of the source manifest in Cloud Storage. This feature is in Preview; see description here.
Implements
IMessageStorageSourceManifest, IEquatableStorageSourceManifest, IDeepCloneableStorageSourceManifest, 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; }
Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
Property Value | |
---|---|
Type | Description |
string |
Generation
public long Generation { get; set; }
Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
Property Value | |
---|---|
Type | Description |
long |
Object
public string Object { get; set; }
Cloud Storage object containing the source manifest.
This object must be a JSON file.
Property Value | |
---|---|
Type | Description |
string |