Class: Google::Cloud::HypercomputeCluster::V1beta::BucketReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb

Overview

A reference to a Google Cloud Storage bucket.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String (readonly)

Returns Output only. Name of the bucket.

Returns:

  • (::String)

    Output only. Name of the bucket.



375
376
377
378
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 375

class BucketReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end