Cloud Run Admin v2 API - Class SourceCode.Types.CloudStorageSource (2.18.0)

public sealed class SourceCode.Types.CloudStorageSource : IMessage<SourceCode.Types.CloudStorageSource>, IEquatable<SourceCode.Types.CloudStorageSource>, IDeepCloneable<SourceCode.Types.CloudStorageSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Run Admin v2 API class SourceCode.Types.CloudStorageSource.

Cloud Storage source.

Inheritance

object > SourceCode.Types.CloudStorageSource

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

CloudStorageSource()

public CloudStorageSource()

CloudStorageSource(CloudStorageSource)

public CloudStorageSource(SourceCode.Types.CloudStorageSource other)
Parameter
Name Description
other SourceCodeTypesCloudStorageSource

Properties

Bucket

public string Bucket { get; set; }

Required. The Cloud Storage bucket name.

Property Value
Type Description
string

Generation

public long Generation { get; set; }

Optional. The Cloud Storage object generation.

Property Value
Type Description
long

Object

public string Object { get; set; }

Required. The Cloud Storage object name.

Property Value
Type Description
string