Class: Google::Cloud::Container::V1beta1::ResourceUsageExportConfig::BigQueryDestination

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dataset_id::String

Returns The ID of a BigQuery Dataset.

Returns:

  • (::String)

    The ID of a BigQuery Dataset.



4742
4743
4744
4745
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4742

class BigQueryDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end