Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1 Client class GcsHierarchicalNamespaceConfig.
Message describing Google Cloud Storage hierarchical namespace configuration
Generated from protobuf message google.cloud.hypercomputecluster.v1.GcsHierarchicalNamespaceConfig
Namespace
Google \ Cloud \ HypercomputeCluster \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Required. Enables hierarchical namespace setup for the bucket. |
getEnabled
Required. Enables hierarchical namespace setup for the bucket.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnabled
Required. Enables hierarchical namespace setup for the bucket.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|