Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaOutputResult

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

Overview

Output result that stores the information about where the exported data is stored.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaOutputResult

Returns a new instance of GoogleCloudDiscoveryengineV1alphaOutputResult.



10868
10869
10870
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10868

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

Instance Attribute Details

#bigquery_resultGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult

A BigQuery output result. Corresponds to the JSON property bigqueryResult



10866
10867
10868
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10866

def bigquery_result
  @bigquery_result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10873
10874
10875
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 10873

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