Class: Google::Apis::ContainerV1::BigQueryDestination
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::BigQueryDestination
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/container_v1/classes.rb,
generated/google/apis/container_v1/representations.rb,
generated/google/apis/container_v1/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ BigQueryDestination
constructor
A new instance of BigQueryDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BigQueryDestination
Returns a new instance of BigQueryDestination.
278 279 280 |
# File 'generated/google/apis/container_v1/classes.rb', line 278 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataset_id ⇒ String
The ID of a BigQuery Dataset.
Corresponds to the JSON property datasetId
276 277 278 |
# File 'generated/google/apis/container_v1/classes.rb', line 276 def dataset_id @dataset_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
283 284 285 |
# File 'generated/google/apis/container_v1/classes.rb', line 283 def update!(**args) @dataset_id = args[:dataset_id] if args.key?(:dataset_id) end |