Class ImportProductSetsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
- com.google.cloud.vision.v1p4beta1.ImportProductSetsResponse.Builder
-
- All Implemented Interfaces:
ImportProductSetsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ImportProductSetsResponse
public static final class ImportProductSetsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder> implements ImportProductSetsResponseOrBuilder
Response message for the `ImportProductSets` method. This message is returned by the [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned [google.longrunning.Operation.response][google.longrunning.Operation.response] field.
Protobuf typegoogle.cloud.vision.v1p4beta1.ImportProductSetsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportProductSetsResponse.Builder
addAllReferenceImages(Iterable<? extends ReferenceImage> values)
The list of reference_images that are imported successfully.ImportProductSetsResponse.Builder
addAllStatuses(Iterable<? extends com.google.rpc.Status> values)
The rpc status for each ImportProductSet request, including both successes and errors.ImportProductSetsResponse.Builder
addReferenceImages(int index, ReferenceImage value)
The list of reference_images that are imported successfully.ImportProductSetsResponse.Builder
addReferenceImages(int index, ReferenceImage.Builder builderForValue)
The list of reference_images that are imported successfully.ImportProductSetsResponse.Builder
addReferenceImages(ReferenceImage value)
The list of reference_images that are imported successfully.ImportProductSetsResponse.Builder
addReferenceImages(ReferenceImage.Builder builderForValue)
The list of reference_images that are imported successfully.ReferenceImage.Builder
addReferenceImagesBuilder()
The list of reference_images that are imported successfully.ReferenceImage.Builder
addReferenceImagesBuilder(int index)
The list of reference_images that are imported successfully.ImportProductSetsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ImportProductSetsResponse.Builder
addStatuses(int index, com.google.rpc.Status value)
The rpc status for each ImportProductSet request, including both successes and errors.ImportProductSetsResponse.Builder
addStatuses(int index, com.google.rpc.Status.Builder builderForValue)
The rpc status for each ImportProductSet request, including both successes and errors.ImportProductSetsResponse.Builder
addStatuses(com.google.rpc.Status value)
The rpc status for each ImportProductSet request, including both successes and errors.ImportProductSetsResponse.Builder
addStatuses(com.google.rpc.Status.Builder builderForValue)
The rpc status for each ImportProductSet request, including both successes and errors.com.google.rpc.Status.Builder
addStatusesBuilder()
The rpc status for each ImportProductSet request, including both successes and errors.com.google.rpc.Status.Builder
addStatusesBuilder(int index)
The rpc status for each ImportProductSet request, including both successes and errors.ImportProductSetsResponse
build()
ImportProductSetsResponse
buildPartial()
ImportProductSetsResponse.Builder
clear()
ImportProductSetsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ImportProductSetsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ImportProductSetsResponse.Builder
clearReferenceImages()
The list of reference_images that are imported successfully.ImportProductSetsResponse.Builder
clearStatuses()
The rpc status for each ImportProductSet request, including both successes and errors.ImportProductSetsResponse.Builder
clone()
ImportProductSetsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
ReferenceImage
getReferenceImages(int index)
The list of reference_images that are imported successfully.ReferenceImage.Builder
getReferenceImagesBuilder(int index)
The list of reference_images that are imported successfully.List<ReferenceImage.Builder>
getReferenceImagesBuilderList()
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.com.google.rpc.Status.Builder
getStatusesBuilder(int index)
The rpc status for each ImportProductSet request, including both successes and errors.List<com.google.rpc.Status.Builder>
getStatusesBuilderList()
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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ImportProductSetsResponse.Builder
mergeFrom(ImportProductSetsResponse other)
ImportProductSetsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ImportProductSetsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ImportProductSetsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ImportProductSetsResponse.Builder
removeReferenceImages(int index)
The list of reference_images that are imported successfully.ImportProductSetsResponse.Builder
removeStatuses(int index)
The rpc status for each ImportProductSet request, including both successes and errors.ImportProductSetsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ImportProductSetsResponse.Builder
setReferenceImages(int index, ReferenceImage value)
The list of reference_images that are imported successfully.ImportProductSetsResponse.Builder
setReferenceImages(int index, ReferenceImage.Builder builderForValue)
The list of reference_images that are imported successfully.ImportProductSetsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ImportProductSetsResponse.Builder
setStatuses(int index, com.google.rpc.Status value)
The rpc status for each ImportProductSet request, including both successes and errors.ImportProductSetsResponse.Builder
setStatuses(int index, com.google.rpc.Status.Builder builderForValue)
The rpc status for each ImportProductSet request, including both successes and errors.ImportProductSetsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
clear
public ImportProductSetsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
getDefaultInstanceForType
public ImportProductSetsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ImportProductSetsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ImportProductSetsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ImportProductSetsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
setField
public ImportProductSetsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
clearField
public ImportProductSetsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
clearOneof
public ImportProductSetsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
setRepeatedField
public ImportProductSetsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
addRepeatedField
public ImportProductSetsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
mergeFrom
public ImportProductSetsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ImportProductSetsResponse.Builder>
-
mergeFrom
public ImportProductSetsResponse.Builder mergeFrom(ImportProductSetsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
mergeFrom
public ImportProductSetsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ImportProductSetsResponse.Builder>
- Throws:
IOException
-
getReferenceImagesList
public List<ReferenceImage> getReferenceImagesList()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
- Specified by:
getReferenceImagesList
in interfaceImportProductSetsResponseOrBuilder
-
getReferenceImagesCount
public int getReferenceImagesCount()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
- Specified by:
getReferenceImagesCount
in interfaceImportProductSetsResponseOrBuilder
-
getReferenceImages
public ReferenceImage getReferenceImages(int index)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
- Specified by:
getReferenceImages
in interfaceImportProductSetsResponseOrBuilder
-
setReferenceImages
public ImportProductSetsResponse.Builder setReferenceImages(int index, ReferenceImage value)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
setReferenceImages
public ImportProductSetsResponse.Builder setReferenceImages(int index, ReferenceImage.Builder builderForValue)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
addReferenceImages
public ImportProductSetsResponse.Builder addReferenceImages(ReferenceImage value)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
addReferenceImages
public ImportProductSetsResponse.Builder addReferenceImages(int index, ReferenceImage value)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
addReferenceImages
public ImportProductSetsResponse.Builder addReferenceImages(ReferenceImage.Builder builderForValue)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
addReferenceImages
public ImportProductSetsResponse.Builder addReferenceImages(int index, ReferenceImage.Builder builderForValue)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
addAllReferenceImages
public ImportProductSetsResponse.Builder addAllReferenceImages(Iterable<? extends ReferenceImage> values)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
clearReferenceImages
public ImportProductSetsResponse.Builder clearReferenceImages()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
removeReferenceImages
public ImportProductSetsResponse.Builder removeReferenceImages(int index)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
getReferenceImagesBuilder
public ReferenceImage.Builder getReferenceImagesBuilder(int index)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
getReferenceImagesOrBuilder
public ReferenceImageOrBuilder getReferenceImagesOrBuilder(int index)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
- Specified by:
getReferenceImagesOrBuilder
in interfaceImportProductSetsResponseOrBuilder
-
getReferenceImagesOrBuilderList
public List<? extends ReferenceImageOrBuilder> getReferenceImagesOrBuilderList()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
- Specified by:
getReferenceImagesOrBuilderList
in interfaceImportProductSetsResponseOrBuilder
-
addReferenceImagesBuilder
public ReferenceImage.Builder addReferenceImagesBuilder()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
addReferenceImagesBuilder
public ReferenceImage.Builder addReferenceImagesBuilder(int index)
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
getReferenceImagesBuilderList
public List<ReferenceImage.Builder> getReferenceImagesBuilderList()
The list of reference_images that are imported successfully.
repeated .google.cloud.vision.v1p4beta1.ReferenceImage reference_images = 1;
-
getStatusesList
public 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;
- Specified by:
getStatusesList
in interfaceImportProductSetsResponseOrBuilder
-
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;
- Specified by:
getStatusesCount
in interfaceImportProductSetsResponseOrBuilder
-
getStatuses
public 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;
- Specified by:
getStatuses
in interfaceImportProductSetsResponseOrBuilder
-
setStatuses
public ImportProductSetsResponse.Builder setStatuses(int index, com.google.rpc.Status value)
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;
-
setStatuses
public ImportProductSetsResponse.Builder setStatuses(int index, com.google.rpc.Status.Builder builderForValue)
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;
-
addStatuses
public ImportProductSetsResponse.Builder addStatuses(com.google.rpc.Status value)
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;
-
addStatuses
public ImportProductSetsResponse.Builder addStatuses(int index, com.google.rpc.Status value)
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;
-
addStatuses
public ImportProductSetsResponse.Builder addStatuses(com.google.rpc.Status.Builder builderForValue)
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;
-
addStatuses
public ImportProductSetsResponse.Builder addStatuses(int index, com.google.rpc.Status.Builder builderForValue)
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;
-
addAllStatuses
public ImportProductSetsResponse.Builder addAllStatuses(Iterable<? extends com.google.rpc.Status> values)
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;
-
clearStatuses
public ImportProductSetsResponse.Builder clearStatuses()
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;
-
removeStatuses
public ImportProductSetsResponse.Builder removeStatuses(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;
-
getStatusesBuilder
public com.google.rpc.Status.Builder getStatusesBuilder(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;
-
getStatusesOrBuilder
public 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;
- Specified by:
getStatusesOrBuilder
in interfaceImportProductSetsResponseOrBuilder
-
getStatusesOrBuilderList
public 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;
- Specified by:
getStatusesOrBuilderList
in interfaceImportProductSetsResponseOrBuilder
-
addStatusesBuilder
public com.google.rpc.Status.Builder addStatusesBuilder()
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;
-
addStatusesBuilder
public com.google.rpc.Status.Builder addStatusesBuilder(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;
-
getStatusesBuilderList
public List<com.google.rpc.Status.Builder> getStatusesBuilderList()
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;
-
setUnknownFields
public final ImportProductSetsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
mergeUnknownFields
public final ImportProductSetsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ImportProductSetsResponse.Builder>
-
-