Google Cloud Storage Insights V1 Client - Class LocationMetadata (1.2.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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.

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