public final class ImportProductSetsResponse extends GeneratedMessageV3 implements ImportProductSetsResponseOrBuilder
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.
Protobuf type google.cloud.vision.v1.ImportProductSetsResponse
Static Fields
REFERENCE_IMAGES_FIELD_NUMBER
public static final int REFERENCE_IMAGES_FIELD_NUMBER
Field Value
STATUSES_FIELD_NUMBER
public static final int STATUSES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ImportProductSetsResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ImportProductSetsResponse.Builder newBuilder()
Returns
newBuilder(ImportProductSetsResponse prototype)
public static ImportProductSetsResponse.Builder newBuilder(ImportProductSetsResponse prototype)
Parameter
Returns
public static ImportProductSetsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ImportProductSetsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ImportProductSetsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportProductSetsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ImportProductSetsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportProductSetsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ImportProductSetsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ImportProductSetsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ImportProductSetsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ImportProductSetsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ImportProductSetsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImportProductSetsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ImportProductSetsResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ImportProductSetsResponse getDefaultInstanceForType()
Returns
getParserForType()
public Parser<ImportProductSetsResponse> getParserForType()
Returns
Overrides
getReferenceImages(int index)
public ReferenceImage getReferenceImages(int index)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1.ReferenceImage reference_images = 1;
Parameter
Returns
getReferenceImagesCount()
public int getReferenceImagesCount()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1.ReferenceImage reference_images = 1;
Returns
getReferenceImagesList()
public List<ReferenceImage> getReferenceImagesList()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1.ReferenceImage reference_images = 1;
Returns
getReferenceImagesOrBuilder(int index)
public ReferenceImageOrBuilder getReferenceImagesOrBuilder(int index)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1.ReferenceImage reference_images = 1;
Parameter
Returns
getReferenceImagesOrBuilderList()
public List<? extends ReferenceImageOrBuilder> getReferenceImagesOrBuilderList()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1.ReferenceImage reference_images = 1;
Returns
Type | Description |
List<? extends com.google.cloud.vision.v1.ReferenceImageOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStatuses(int index)
public 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;
Parameter
Returns
Type | Description |
com.google.rpc.Status | |
getStatusesCount()
public 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;
Returns
getStatusesList()
public List<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;
Returns
Type | Description |
List<com.google.rpc.Status> | |
getStatusesOrBuilder(int index)
public 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;
Parameter
Returns
Type | Description |
com.google.rpc.StatusOrBuilder | |
getStatusesOrBuilderList()
public List<? extends 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;
Returns
Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ImportProductSetsResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImportProductSetsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ImportProductSetsResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions