Cloud Vision V1 API - Class Google::Cloud::Vision::V1::ImportProductSetsResponse (v0.7.0)

Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ImportProductSetsResponse.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#reference_images

def reference_images() -> ::Array<::Google::Cloud::Vision::V1::ReferenceImage>
Returns

#reference_images=

def reference_images=(value) -> ::Array<::Google::Cloud::Vision::V1::ReferenceImage>
Parameter
Returns

#statuses

def statuses() -> ::Array<::Google::Rpc::Status>
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.

#statuses=

def statuses=(value) -> ::Array<::Google::Rpc::Status>
Parameter
  • value (::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.

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.