Class: Google::Cloud::Retail::V2::OutputResult
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::OutputResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/export_config.rb
Overview
Output result that stores the information about where the exported data is stored.
Instance Attribute Summary collapse
-
#bigquery_result ⇒ ::Array<::Google::Cloud::Retail::V2::BigQueryOutputResult>
The BigQuery location where the result is stored.
-
#gcs_result ⇒ ::Array<::Google::Cloud::Retail::V2::GcsOutputResult>
The Google Cloud Storage location where the result is stored.
Instance Attribute Details
#bigquery_result ⇒ ::Array<::Google::Cloud::Retail::V2::BigQueryOutputResult>
Returns The BigQuery location where the result is stored.
152 153 154 155 |
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 152 class OutputResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_result ⇒ ::Array<::Google::Cloud::Retail::V2::GcsOutputResult>
Returns The Google Cloud Storage location where the result is stored.
152 153 154 155 |
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 152 class OutputResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |