Cloud Build v1 API - Class StorageSourceManifest (2.9.0)

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.

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; }

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

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

Object

public string Object { get; set; }

Cloud Storage object containing the source manifest.

This object must be a JSON file.

Property Value
TypeDescription
string