Class: Google::Cloud::StorageInsights::V1::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::LocationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Metadata that helps discover which resources are available in a location.
Instance Attribute Summary collapse
-
#dataset_config_available ⇒ ::Boolean
If true,
storageinsights.googleapis.com/DatasetConfigresource is available at the location. -
#report_config_available ⇒ ::Boolean
If true,
storageinsights.googleapis.com/ReportConfigresource is available at the location.
Instance Attribute Details
#dataset_config_available ⇒ ::Boolean
Returns If true, storageinsights.googleapis.com/DatasetConfig resource is
available at the location.
923 924 925 926 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 923 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_config_available ⇒ ::Boolean
Returns If true, storageinsights.googleapis.com/ReportConfig resource is
available at the location.
923 924 925 926 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 923 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |