Class: Google::Apis::ContainerV1beta1::BigQueryDestination

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/google/apis/container_v1beta1/representations.rb

Overview

Parameters for using BigQuery as the destination of resource usage export.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BigQueryDestination

Returns a new instance of BigQueryDestination.



289
290
291
# File 'generated/google/apis/container_v1beta1/classes.rb', line 289

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dataset_idString

The ID of a BigQuery Dataset. Corresponds to the JSON property datasetId

Returns:

  • (String)


287
288
289
# File 'generated/google/apis/container_v1beta1/classes.rb', line 287

def dataset_id
  @dataset_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



294
295
296
# File 'generated/google/apis/container_v1beta1/classes.rb', line 294

def update!(**args)
  @dataset_id = args[:dataset_id] if args.key?(:dataset_id)
end