Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::OutputResult.
Output result that stores the information about where the exported data is stored.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_result
def bigquery_result() -> ::Array<::Google::Cloud::Retail::V2::BigQueryOutputResult>
Returns
- (::Array<::Google::Cloud::Retail::V2::BigQueryOutputResult>) — The BigQuery location where the result is stored.
#bigquery_result=
def bigquery_result=(value) -> ::Array<::Google::Cloud::Retail::V2::BigQueryOutputResult>
Parameter
- value (::Array<::Google::Cloud::Retail::V2::BigQueryOutputResult>) — The BigQuery location where the result is stored.
Returns
- (::Array<::Google::Cloud::Retail::V2::BigQueryOutputResult>) — The BigQuery location where the result is stored.
#gcs_result
def gcs_result() -> ::Array<::Google::Cloud::Retail::V2::GcsOutputResult>
Returns
- (::Array<::Google::Cloud::Retail::V2::GcsOutputResult>) — The Google Cloud Storage location where the result is stored.
#gcs_result=
def gcs_result=(value) -> ::Array<::Google::Cloud::Retail::V2::GcsOutputResult>
Parameter
- value (::Array<::Google::Cloud::Retail::V2::GcsOutputResult>) — The Google Cloud Storage location where the result is stored.
Returns
- (::Array<::Google::Cloud::Retail::V2::GcsOutputResult>) — The Google Cloud Storage location where the result is stored.