Cluster Director v1beta API - Class BucketReference (1.0.0-beta01)

public sealed class BucketReference : IMessage<BucketReference>, IEquatable<BucketReference>, IDeepCloneable<BucketReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Cluster Director v1beta API class BucketReference.

A reference to a Google Cloud Storage bucket.

Inheritance

object > BucketReference

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

Google.Cloud.HypercomputeCluster.V1Beta.dll

Constructors

BucketReference()

public BucketReference()

BucketReference(BucketReference)

public BucketReference(BucketReference other)
Parameter
Name Description
other BucketReference

Properties

Bucket

public string Bucket { get; set; }

Output only. Name of the bucket.

Property Value
Type Description
string

BucketAsBucketName

public BucketName BucketAsBucketName { get; set; }

BucketName-typed view over the Bucket resource name property.

Property Value
Type Description
BucketName