Class: Google::Cloud::Vision::V1::ImportProductSetsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/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

Instance Attribute Details

#reference_images::Array<::Google::Cloud::Vision::V1::ReferenceImage>

Returns The list of reference_images that are imported successfully.

Returns:



586
587
588
589
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 586

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.

Returns:

  • (::Array<::Google::Rpc::Status>)

    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.



586
587
588
589
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 586

class ImportProductSetsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end