class Google::Apis::ContainerV1::BigQueryDestination

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

Attributes

dataset_id[RW]

The ID of a BigQuery Dataset. Corresponds to the JSON property `datasetId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1/classes.rb, line 318
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1/classes.rb, line 323
def update!(**args)
  @dataset_id = args[:dataset_id] if args.key?(:dataset_id)
end