public sealed class BucketReference : IMessage<BucketReference>, IEquatable<BucketReference>, IDeepCloneable<BucketReference>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1beta API class BucketReference.
A reference to a Google Cloud Storage bucket.
Implements
IMessageBucketReference, IEquatableBucketReference, IDeepCloneableBucketReference, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
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 |
|