Class: Google::Cloud::Retail::V2::ImportProductsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ImportProductsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/import_config.rb
Overview
Response of the ImportProductsRequest. If the long running operation is done, 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::ImportErrorsConfig
Echoes the destination for the complete errors in the request if set.
Instance Attribute Details
#error_samples ⇒ ::Array<::Google::Rpc::Status>
Returns A sample of errors encountered while processing the request.
344 345 346 347 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 344 class ImportProductsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#errors_config ⇒ ::Google::Cloud::Retail::V2::ImportErrorsConfig
Returns Echoes the destination for the complete errors in the request if set.
344 345 346 347 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 344 class ImportProductsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |