Send feedback
Class ImportProductSetsResponse (3.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.21.0 keyboard_arrow_down
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.v1p4beta1.ImportProductSetsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
REFERENCE_IMAGES_FIELD_NUMBER
public static final int REFERENCE_IMAGES_FIELD_NUMBER
Field Value Type Description int
STATUSES_FIELD_NUMBER
public static final int STATUSES_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ImportProductSetsResponse getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ImportProductSetsResponse . Builder newBuilder ()
newBuilder(ImportProductSetsResponse prototype)
public static ImportProductSetsResponse . Builder newBuilder ( ImportProductSetsResponse prototype )
public static ImportProductSetsResponse parseDelimitedFrom ( InputStream input )
public static ImportProductSetsResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ImportProductSetsResponse parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportProductSetsResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ImportProductSetsResponse parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportProductSetsResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ImportProductSetsResponse parseFrom ( CodedInputStream input )
public static ImportProductSetsResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ImportProductSetsResponse parseFrom ( InputStream input )
public static ImportProductSetsResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ImportProductSetsResponse parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImportProductSetsResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ImportProductSetsResponse> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public ImportProductSetsResponse getDefaultInstanceForType ()
getParserForType()
public Parser<ImportProductSetsResponse> getParserForType ()
Overrides
getReferenceImages(int index)
public ReferenceImage getReferenceImages ( int index )
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
Parameter Name Description index
int
getReferenceImagesCount()
public int getReferenceImagesCount ()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
Returns Type Description int
getReferenceImagesList()
public List<ReferenceImage> getReferenceImagesList ()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
getReferenceImagesOrBuilder(int index)
public ReferenceImageOrBuilder getReferenceImagesOrBuilder ( int index )
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
Parameter Name Description index
int
getReferenceImagesOrBuilderList()
public List <? extends ReferenceImageOrBuilder > getReferenceImagesOrBuilderList ()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
Returns Type Description List <? extends com.google.cloud.vision.v1p4beta1.ReferenceImageOrBuilder >
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
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 Name Description index
int
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 Type Description int
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 Name Description index
int
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 >
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ImportProductSetsResponse . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImportProductSetsResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ImportProductSetsResponse . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]