Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOutputResult

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/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.



8775
8776
8777
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8775

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

Instance Attribute Details

#bigquery_resultGoogle::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult

A BigQuery output result. Corresponds to the JSON property bigqueryResult



8773
8774
8775
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8773

def bigquery_result
  @bigquery_result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8780
8781
8782
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8780

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