Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOutputResult
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOutputResult
- 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
-
#bigquery_result ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOutputResultBigQueryOutputResult
A BigQuery output result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaOutputResult
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaOutputResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_result ⇒ Google::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 |