Reference documentation and code samples for the Google Cloud Storage Insights V1 Client class LocationMetadata.
Metadata that helps discover which resources are available in a location.
Generated from protobuf message google.cloud.storageinsights.v1.LocationMetadata
Namespace
Google \ Cloud \ StorageInsights \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ report_config_available |
bool
If true, |
↳ dataset_config_available |
bool
If true, |
getReportConfigAvailable
If true, storageinsights.googleapis.com/ReportConfig resource is
available at the location.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setReportConfigAvailable
If true, storageinsights.googleapis.com/ReportConfig resource is
available at the location.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDatasetConfigAvailable
If true, storageinsights.googleapis.com/DatasetConfig resource is
available at the location.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setDatasetConfigAvailable
If true, storageinsights.googleapis.com/DatasetConfig resource is
available at the location.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|