public static final class BatchAnnotateFilesResponse.Builder extends GeneratedMessageV3.Builder<BatchAnnotateFilesResponse.Builder> implements BatchAnnotateFilesResponseOrBuilder
A list of file annotation responses.
Protobuf type google.cloud.vision.v1.BatchAnnotateFilesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchAnnotateFilesResponse.BuilderImplements
BatchAnnotateFilesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
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.v1.AnnotateFileResponse responses = 1;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1.AnnotateFileResponse> |
Type | Description |
BatchAnnotateFilesResponse.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchAnnotateFilesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BatchAnnotateFilesResponse.Builder |
addResponses(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.v1.AnnotateFileResponse responses = 1;
Name | Description |
value | AnnotateFileResponse |
Type | Description |
BatchAnnotateFilesResponse.Builder |
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.v1.AnnotateFileResponse responses = 1;
Name | Description |
builderForValue | AnnotateFileResponse.Builder |
Type | Description |
BatchAnnotateFilesResponse.Builder |