Class: Google::Cloud::Container::V1::ResourceUsageExportConfig::BigQueryDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ResourceUsageExportConfig::BigQueryDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Parameters for using BigQuery as the destination of resource usage export.
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
The ID of a BigQuery Dataset.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns The ID of a BigQuery Dataset.
4550 4551 4552 4553 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4550 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |