Class: Google::Cloud::Vision::V1p4beta1::ImportProductSetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::ImportProductSetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/product_search_service.rb
Overview
Response message for the ImportProductSets
method.
This message is returned by the google.longrunning.Operations.GetOperation method in the returned google.longrunning.Operation.response field.
Instance Attribute Summary collapse
-
#reference_images ⇒ ::Array<::Google::Cloud::Vision::V1p4beta1::ReferenceImage>
The list of reference_images that are imported successfully.
-
#statuses ⇒ ::Array<::Google::Rpc::Status>
The rpc status for each ImportProductSet request, including both successes and errors.
Instance Attribute Details
#reference_images ⇒ ::Array<::Google::Cloud::Vision::V1p4beta1::ReferenceImage>
Returns The list of reference_images that are imported successfully.
595 596 597 598 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/product_search_service.rb', line 595 class ImportProductSetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#statuses ⇒ ::Array<::Google::Rpc::Status>
Returns The rpc status for each ImportProductSet request, including both successes and errors.
The number of statuses here matches the number of lines in the csv file, and statuses[i] stores the success or failure status of processing the i-th line of the csv, starting from line 0.
595 596 597 598 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/product_search_service.rb', line 595 class ImportProductSetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |