Interface ImportProductSetsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ImportProductSetsResponse, ImportProductSetsResponse.Builder

    public interface ImportProductSetsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ReferenceImage getReferenceImages​(int index)
      The list of reference_images that are imported successfully.
      int getReferenceImagesCount()
      The list of reference_images that are imported successfully.
      List<ReferenceImage> getReferenceImagesList()
      The list of reference_images that are imported successfully.
      ReferenceImageOrBuilder getReferenceImagesOrBuilder​(int index)
      The list of reference_images that are imported successfully.
      List<? extends ReferenceImageOrBuilder> getReferenceImagesOrBuilderList()
      The list of reference_images that are imported successfully.
      com.google.rpc.Status getStatuses​(int index)
      The rpc status for each ImportProductSet request, including both successes and errors.
      int getStatusesCount()
      The rpc status for each ImportProductSet request, including both successes and errors.
      List<com.google.rpc.Status> getStatusesList()
      The rpc status for each ImportProductSet request, including both successes and errors.
      com.google.rpc.StatusOrBuilder getStatusesOrBuilder​(int index)
      The rpc status for each ImportProductSet request, including both successes and errors.
      List<? extends com.google.rpc.StatusOrBuilder> getStatusesOrBuilderList()
      The rpc status for each ImportProductSet request, including both successes and errors.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getReferenceImagesList

        List<ReferenceImage> getReferenceImagesList()
         The list of reference_images that are imported successfully.
         
        repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
      • getReferenceImages

        ReferenceImage getReferenceImages​(int index)
         The list of reference_images that are imported successfully.
         
        repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
      • getReferenceImagesCount

        int getReferenceImagesCount()
         The list of reference_images that are imported successfully.
         
        repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
      • getReferenceImagesOrBuilderList

        List<? extends ReferenceImageOrBuilder> getReferenceImagesOrBuilderList()
         The list of reference_images that are imported successfully.
         
        repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
      • getReferenceImagesOrBuilder

        ReferenceImageOrBuilder getReferenceImagesOrBuilder​(int index)
         The list of reference_images that are imported successfully.
         
        repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
      • getStatusesList

        List<com.google.rpc.Status> getStatusesList()
         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.
         
        repeated .google.rpc.Status statuses = 2;
      • getStatuses

        com.google.rpc.Status getStatuses​(int index)
         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.
         
        repeated .google.rpc.Status statuses = 2;
      • getStatusesCount

        int getStatusesCount()
         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.
         
        repeated .google.rpc.Status statuses = 2;
      • getStatusesOrBuilderList

        List<? extends com.google.rpc.StatusOrBuilder> getStatusesOrBuilderList()
         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.
         
        repeated .google.rpc.Status statuses = 2;
      • getStatusesOrBuilder

        com.google.rpc.StatusOrBuilder getStatusesOrBuilder​(int index)
         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.
         
        repeated .google.rpc.Status statuses = 2;