public static final class BatchAnnotateImagesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder> implements BatchAnnotateImagesResponseOrBuilder
Response to a batch image annotation request.Protobuf type
google.cloud.vision.v1.BatchAnnotateImagesResponse| Modifier and Type | Method and Description |
|---|---|
BatchAnnotateImagesResponse.Builder |
addAllResponses(java.lang.Iterable<? extends AnnotateImageResponse> values)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
BatchAnnotateImagesResponse.Builder |
addResponses(AnnotateImageResponse.Builder builderForValue)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
addResponses(AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
addResponses(int index,
AnnotateImageResponse.Builder builderForValue)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
addResponses(int index,
AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
AnnotateImageResponse.Builder |
addResponsesBuilder()
Individual responses to image annotation requests within the batch.
|
AnnotateImageResponse.Builder |
addResponsesBuilder(int index)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse |
build() |
BatchAnnotateImagesResponse |
buildPartial() |
BatchAnnotateImagesResponse.Builder |
clear() |
BatchAnnotateImagesResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BatchAnnotateImagesResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BatchAnnotateImagesResponse.Builder |
clearResponses()
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
clone() |
BatchAnnotateImagesResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
AnnotateImageResponse |
getResponses(int index)
Individual responses to image annotation requests within the batch.
|
AnnotateImageResponse.Builder |
getResponsesBuilder(int index)
Individual responses to image annotation requests within the batch.
|
java.util.List<AnnotateImageResponse.Builder> |
getResponsesBuilderList()
Individual responses to image annotation requests within the batch.
|
int |
getResponsesCount()
Individual responses to image annotation requests within the batch.
|
java.util.List<AnnotateImageResponse> |
getResponsesList()
Individual responses to image annotation requests within the batch.
|
AnnotateImageResponseOrBuilder |
getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.
|
java.util.List<? extends AnnotateImageResponseOrBuilder> |
getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BatchAnnotateImagesResponse.Builder |
mergeFrom(BatchAnnotateImagesResponse other) |
BatchAnnotateImagesResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchAnnotateImagesResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
BatchAnnotateImagesResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BatchAnnotateImagesResponse.Builder |
removeResponses(int index)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
BatchAnnotateImagesResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
BatchAnnotateImagesResponse.Builder |
setResponses(int index,
AnnotateImageResponse.Builder builderForValue)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
setResponses(int index,
AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public BatchAnnotateImagesResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public BatchAnnotateImagesResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchAnnotateImagesResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchAnnotateImagesResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchAnnotateImagesResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public BatchAnnotateImagesResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public BatchAnnotateImagesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public BatchAnnotateImagesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public BatchAnnotateImagesResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public BatchAnnotateImagesResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public BatchAnnotateImagesResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchAnnotateImagesResponse.Builder>public BatchAnnotateImagesResponse.Builder mergeFrom(BatchAnnotateImagesResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public BatchAnnotateImagesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchAnnotateImagesResponse.Builder>java.io.IOExceptionpublic java.util.List<AnnotateImageResponse> getResponsesList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;getResponsesList in interface BatchAnnotateImagesResponseOrBuilderpublic int getResponsesCount()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;getResponsesCount in interface BatchAnnotateImagesResponseOrBuilderpublic AnnotateImageResponse getResponses(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;getResponses in interface BatchAnnotateImagesResponseOrBuilderpublic BatchAnnotateImagesResponse.Builder setResponses(int index, AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public BatchAnnotateImagesResponse.Builder setResponses(int index, AnnotateImageResponse.Builder builderForValue)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public BatchAnnotateImagesResponse.Builder addResponses(AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public BatchAnnotateImagesResponse.Builder addResponses(int index, AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public BatchAnnotateImagesResponse.Builder addResponses(AnnotateImageResponse.Builder builderForValue)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public BatchAnnotateImagesResponse.Builder addResponses(int index, AnnotateImageResponse.Builder builderForValue)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public BatchAnnotateImagesResponse.Builder addAllResponses(java.lang.Iterable<? extends AnnotateImageResponse> values)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public BatchAnnotateImagesResponse.Builder clearResponses()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public BatchAnnotateImagesResponse.Builder removeResponses(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public AnnotateImageResponse.Builder getResponsesBuilder(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;getResponsesOrBuilder in interface BatchAnnotateImagesResponseOrBuilderpublic java.util.List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;getResponsesOrBuilderList in interface BatchAnnotateImagesResponseOrBuilderpublic AnnotateImageResponse.Builder addResponsesBuilder()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public AnnotateImageResponse.Builder addResponsesBuilder(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public java.util.List<AnnotateImageResponse.Builder> getResponsesBuilderList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;public final BatchAnnotateImagesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>public final BatchAnnotateImagesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder>