Class: Google::Cloud::RecommendationEngine::V1beta1::ImportCatalogItemsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::ImportCatalogItemsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/import.rb
Overview
Response of the ImportCatalogItemsRequest. 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::RecommendationEngine::V1beta1::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.
167 168 169 170 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 167 class ImportCatalogItemsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#errors_config ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig
Returns Echoes the destination for the complete errors in the request if set.
167 168 169 170 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 167 class ImportCatalogItemsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |