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.
data
array
Optional. Data for populating the Message object.
↳ report_config_available
bool
If true, storageinsights.googleapis.com/ReportConfig
resource is available at the location.
↳ dataset_config_available
bool
If true, storageinsights.googleapis.com/DatasetConfig
resource is available at the location.
getReportConfigAvailable
If true, storageinsights.googleapis.com/ReportConfig
resource is
available at the location.
bool
setReportConfigAvailable
If true, storageinsights.googleapis.com/ReportConfig
resource is
available at the location.
var
bool
$this
getDatasetConfigAvailable
If true, storageinsights.googleapis.com/DatasetConfig
resource is
available at the location.
bool
setDatasetConfigAvailable
If true, storageinsights.googleapis.com/DatasetConfig
resource is
available at the location.
var
bool
$this

