Class: Google::Cloud::Retail::V2::ExportAnalyticsMetricsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ExportAnalyticsMetricsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/export_config.rb
Overview
Response of the ExportAnalyticsMetricsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.
Instance Attribute Summary collapse
-
#error_samples ⇒ ::Array<::Google::Rpc::Status>
A sample of errors encountered while processing the request.
-
#errors_config ⇒ ::Google::Cloud::Retail::V2::ExportErrorsConfig
This field is never set.
-
#output_result ⇒ ::Google::Cloud::Retail::V2::OutputResult
Output result indicating where the data were exported to.
Instance Attribute Details
#error_samples ⇒ ::Array<::Google::Rpc::Status>
Returns A sample of errors encountered while processing the request.
139 140 141 142 |
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 139 class ExportAnalyticsMetricsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#errors_config ⇒ ::Google::Cloud::Retail::V2::ExportErrorsConfig
Returns This field is never set.
139 140 141 142 |
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 139 class ExportAnalyticsMetricsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_result ⇒ ::Google::Cloud::Retail::V2::OutputResult
Returns Output result indicating where the data were exported to.
139 140 141 142 |
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 139 class ExportAnalyticsMetricsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |