Class StorageSourceManifest (2.0.0)

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.

Inheritance

Object > StorageSourceManifest

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

StorageSourceManifest()

public StorageSourceManifest()

StorageSourceManifest(StorageSourceManifest)

public StorageSourceManifest(StorageSourceManifest other)
Parameter
NameDescription
otherStorageSourceManifest

Properties

Bucket

public string Bucket { get; set; }

Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).

Property Value
TypeDescription
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
TypeDescription
Int64

Object

public string Object { get; set; }

Google Cloud Storage object containing the source manifest.

This object must be a JSON file.

Property Value
TypeDescription
String