Class: Google::Cloud::Container::V1beta1::ResourceUsageExportConfig::BigQueryDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::ResourceUsageExportConfig::BigQueryDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/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.
4404 4405 4406 4407 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4404 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |