public static final class AnnotateFileResponse.Builder extends GeneratedMessageV3.Builder<AnnotateFileResponse.Builder> implements AnnotateFileResponseOrBuilder
Response to a single file annotation request. A file may contain one or more images, which individually have their own responses.Protobuf type
google.cloud.vision.v1p2beta1.AnnotateFileResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public AnnotateFileResponse.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public AnnotateFileResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic AnnotateFileResponse build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic AnnotateFileResponse buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic AnnotateFileResponse.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public AnnotateFileResponse.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public AnnotateFileResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public AnnotateFileResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public AnnotateFileResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public AnnotateFileResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public AnnotateFileResponse.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<AnnotateFileResponse.Builder>public AnnotateFileResponse.Builder mergeFrom(AnnotateFileResponse other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public AnnotateFileResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<AnnotateFileResponse.Builder>java.io.IOExceptionpublic boolean hasInputConfig()
Information about the file for which this response is generated.
.google.cloud.vision.v1p2beta1.InputConfig input_config = 1;hasInputConfig in interface AnnotateFileResponseOrBuilderpublic InputConfig getInputConfig()
Information about the file for which this response is generated.
.google.cloud.vision.v1p2beta1.InputConfig input_config = 1;getInputConfig in interface AnnotateFileResponseOrBuilderpublic AnnotateFileResponse.Builder setInputConfig(InputConfig value)
Information about the file for which this response is generated.
.google.cloud.vision.v1p2beta1.InputConfig input_config = 1;public AnnotateFileResponse.Builder setInputConfig(InputConfig.Builder builderForValue)
Information about the file for which this response is generated.
.google.cloud.vision.v1p2beta1.InputConfig input_config = 1;public AnnotateFileResponse.Builder mergeInputConfig(InputConfig value)
Information about the file for which this response is generated.
.google.cloud.vision.v1p2beta1.InputConfig input_config = 1;public AnnotateFileResponse.Builder clearInputConfig()
Information about the file for which this response is generated.
.google.cloud.vision.v1p2beta1.InputConfig input_config = 1;public InputConfig.Builder getInputConfigBuilder()
Information about the file for which this response is generated.
.google.cloud.vision.v1p2beta1.InputConfig input_config = 1;public InputConfigOrBuilder getInputConfigOrBuilder()
Information about the file for which this response is generated.
.google.cloud.vision.v1p2beta1.InputConfig input_config = 1;getInputConfigOrBuilder in interface AnnotateFileResponseOrBuilderpublic java.util.List<AnnotateImageResponse> getResponsesList()
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;getResponsesList in interface AnnotateFileResponseOrBuilderpublic int getResponsesCount()
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;getResponsesCount in interface AnnotateFileResponseOrBuilderpublic AnnotateImageResponse getResponses(int index)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;getResponses in interface AnnotateFileResponseOrBuilderpublic AnnotateFileResponse.Builder setResponses(int index, AnnotateImageResponse value)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateFileResponse.Builder setResponses(int index, AnnotateImageResponse.Builder builderForValue)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateFileResponse.Builder addResponses(AnnotateImageResponse value)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateFileResponse.Builder addResponses(int index, AnnotateImageResponse value)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateFileResponse.Builder addResponses(AnnotateImageResponse.Builder builderForValue)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateFileResponse.Builder addResponses(int index, AnnotateImageResponse.Builder builderForValue)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateFileResponse.Builder addAllResponses(java.lang.Iterable<? extends AnnotateImageResponse> values)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateFileResponse.Builder clearResponses()
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateFileResponse.Builder removeResponses(int index)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateImageResponse.Builder getResponsesBuilder(int index)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;getResponsesOrBuilder in interface AnnotateFileResponseOrBuilderpublic java.util.List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;getResponsesOrBuilderList in interface AnnotateFileResponseOrBuilderpublic AnnotateImageResponse.Builder addResponsesBuilder()
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public AnnotateImageResponse.Builder addResponsesBuilder(int index)
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public java.util.List<AnnotateImageResponse.Builder> getResponsesBuilderList()
Individual responses to images found within the file.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 2;public final AnnotateFileResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>public final AnnotateFileResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<AnnotateFileResponse.Builder>