Class: Google::Cloud::HypercomputeCluster::V1beta::GcsHierarchicalNamespaceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::HypercomputeCluster::V1beta::GcsHierarchicalNamespaceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb
Overview
Message describing Google Cloud Storage hierarchical namespace configuration
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Required.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Required. Enables hierarchical namespace setup for the bucket.
589 590 591 592 |
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 589 class GcsHierarchicalNamespaceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |