public interface ImportProductSetsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<ReferenceImage> getReferenceImagesList()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1.ReferenceImage reference_images = 1;
ReferenceImage getReferenceImages(int index)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1.ReferenceImage reference_images = 1;
int getReferenceImagesCount()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1.ReferenceImage reference_images = 1;
List<? extends ReferenceImageOrBuilder> getReferenceImagesOrBuilderList()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1.ReferenceImage reference_images = 1;
ReferenceImageOrBuilder getReferenceImagesOrBuilder(int index)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1.ReferenceImage reference_images = 1;
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;
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;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.