public static final class BatchAnnotateFilesResponse.Builder extends GeneratedMessageV3.Builder<BatchAnnotateFilesResponse.Builder> implements BatchAnnotateFilesResponseOrBuilder
A list of file annotation responses.
Protobuf type google.cloud.vision.v1p4beta1.BatchAnnotateFilesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllResponses(Iterable<? extends AnnotateFileResponse> values)
public BatchAnnotateFilesResponse.Builder addAllResponses(Iterable<? extends AnnotateFileResponse> values)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1p4beta1.AnnotateFileResponse>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchAnnotateFilesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
OverridesaddResponses(AnnotateFileResponse value)
public BatchAnnotateFilesResponse.Builder addResponses(AnnotateFileResponse value)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
addResponses(AnnotateFileResponse.Builder builderForValue)
public BatchAnnotateFilesResponse.Builder addResponses(AnnotateFileResponse.Builder builderForValue)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
addResponses(int index, AnnotateFileResponse value)
public BatchAnnotateFilesResponse.Builder addResponses(int index, AnnotateFileResponse value)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
addResponses(int index, AnnotateFileResponse.Builder builderForValue)
public BatchAnnotateFilesResponse.Builder addResponses(int index, AnnotateFileResponse.Builder builderForValue)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
addResponsesBuilder()
public AnnotateFileResponse.Builder addResponsesBuilder()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
addResponsesBuilder(int index)
public AnnotateFileResponse.Builder addResponsesBuilder(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
Parameter |
---|
Name | Description |
index | int
|
build()
public BatchAnnotateFilesResponse build()
buildPartial()
public BatchAnnotateFilesResponse buildPartial()
clear()
public BatchAnnotateFilesResponse.Builder clear()
OverridesclearField(Descriptors.FieldDescriptor field)
public BatchAnnotateFilesResponse.Builder clearField(Descriptors.FieldDescriptor field)
OverridesclearOneof(Descriptors.OneofDescriptor oneof)
public BatchAnnotateFilesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
OverridesclearResponses()
public BatchAnnotateFilesResponse.Builder clearResponses()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
clone()
public BatchAnnotateFilesResponse.Builder clone()
OverridesgetDefaultInstanceForType()
public BatchAnnotateFilesResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
OverridesgetResponses(int index)
public AnnotateFileResponse getResponses(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
Parameter |
---|
Name | Description |
index | int
|
getResponsesBuilder(int index)
public AnnotateFileResponse.Builder getResponsesBuilder(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
Parameter |
---|
Name | Description |
index | int
|
getResponsesBuilderList()
public List<AnnotateFileResponse.Builder> getResponsesBuilderList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
getResponsesCount()
public int getResponsesCount()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
Returns |
---|
Type | Description |
int | |
getResponsesList()
public List<AnnotateFileResponse> getResponsesList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
getResponsesOrBuilder(int index)
public AnnotateFileResponseOrBuilder getResponsesOrBuilder(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
Parameter |
---|
Name | Description |
index | int
|
getResponsesOrBuilderList()
public List<? extends AnnotateFileResponseOrBuilder> getResponsesOrBuilderList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.vision.v1p4beta1.AnnotateFileResponseOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
OverridesisInitialized()
public final boolean isInitialized()
OverridesmergeFrom(BatchAnnotateFilesResponse other)
public BatchAnnotateFilesResponse.Builder mergeFrom(BatchAnnotateFilesResponse other)
public BatchAnnotateFilesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
OverridesmergeFrom(Message other)
public BatchAnnotateFilesResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
OverridesmergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchAnnotateFilesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
OverridesremoveResponses(int index)
public BatchAnnotateFilesResponse.Builder removeResponses(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public BatchAnnotateFilesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
OverridessetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchAnnotateFilesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
OverridessetResponses(int index, AnnotateFileResponse value)
public BatchAnnotateFilesResponse.Builder setResponses(int index, AnnotateFileResponse value)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
setResponses(int index, AnnotateFileResponse.Builder builderForValue)
public BatchAnnotateFilesResponse.Builder setResponses(int index, AnnotateFileResponse.Builder builderForValue)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileResponse responses = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchAnnotateFilesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides