Class: Google::Cloud::Storage::Control::V2::StorageLayout::HierarchicalNamespace
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::StorageLayout::HierarchicalNamespace
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Configuration for a bucket's hierarchical namespace feature.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enables the hierarchical namespace feature.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enables the hierarchical namespace feature.
306 307 308 309 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 306 class HierarchicalNamespace include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |