public sealed class StorageSourceManifest : IMessage<StorageSourceManifest>, IEquatable<StorageSourceManifest>, IDeepCloneable<StorageSourceManifest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Build v1 API class StorageSourceManifest.
Location of the source manifest in Google Cloud Storage. This feature is in Preview; see description here.
Implements
IMessageStorageSourceManifest, IEquatableStorageSourceManifest, IDeepCloneableStorageSourceManifest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.CloudBuildV1Assembly
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 |
long |
|
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 |
|