Class: Google::Apis::RetailV2::GoogleCloudRetailV2betaBigQueryOutputResult

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

Overview

A BigQuery output result.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2betaBigQueryOutputResult

Returns a new instance of GoogleCloudRetailV2betaBigQueryOutputResult.



5987
5988
5989
# File 'lib/google/apis/retail_v2/classes.rb', line 5987

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)


5980
5981
5982
# File 'lib/google/apis/retail_v2/classes.rb', line 5980

def dataset_id
  @dataset_id
end

#table_idString

The ID of a BigQuery Table. Corresponds to the JSON property tableId

Returns:

  • (String)


5985
5986
5987
# File 'lib/google/apis/retail_v2/classes.rb', line 5985

def table_id
  @table_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5992
5993
5994
5995
# File 'lib/google/apis/retail_v2/classes.rb', line 5992

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