Class: Google::Cloud::HypercomputeCluster::V1beta::BucketReference
- Inherits:
-
Object
- Object
- Google::Cloud::HypercomputeCluster::V1beta::BucketReference
- 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
-
#bucket ⇒ ::String
readonly
Output only.
Instance Attribute Details
#bucket ⇒ ::String (readonly)
Returns 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 |