Class: Google::Cloud::Retail::V2::OutputResult

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bigquery_result::Array<::Google::Cloud::Retail::V2::BigQueryOutputResult>

Returns The BigQuery location where the result is stored.

Returns:



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.

Returns:



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