Class: Google::Apis::ContainerV1::BigQueryDestination

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BigQueryDestination

Returns a new instance of BigQueryDestination.



617
618
619
# File 'lib/google/apis/container_v1/classes.rb', line 617

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)


615
616
617
# File 'lib/google/apis/container_v1/classes.rb', line 615

def dataset_id
  @dataset_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



622
623
624
# File 'lib/google/apis/container_v1/classes.rb', line 622

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