public static final class AsyncBatchAnnotateFilesResponse.Builder extends GeneratedMessageV3.Builder<AsyncBatchAnnotateFilesResponse.Builder> implements AsyncBatchAnnotateFilesResponseOrBuilder
Response to an async batch file annotation request.
Protobuf type google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AsyncBatchAnnotateFilesResponse.BuilderImplements
AsyncBatchAnnotateFilesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllResponses(Iterable<? extends AsyncAnnotateFileResponse> values)
public AsyncBatchAnnotateFilesResponse.Builder addAllResponses(Iterable<? extends AsyncAnnotateFileResponse> values)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse> |
Type | Description |
AsyncBatchAnnotateFilesResponse.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AsyncBatchAnnotateFilesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AsyncBatchAnnotateFilesResponse.Builder |
addResponses(AsyncAnnotateFileResponse value)
public AsyncBatchAnnotateFilesResponse.Builder addResponses(AsyncAnnotateFileResponse value)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
Name | Description |
value | AsyncAnnotateFileResponse |
Type | Description |
AsyncBatchAnnotateFilesResponse.Builder |
addResponses(AsyncAnnotateFileResponse.Builder builderForValue)
public AsyncBatchAnnotateFilesResponse.Builder addResponses(AsyncAnnotateFileResponse.Builder builderForValue)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
Name | Description |
builderForValue | AsyncAnnotateFileResponse.Builder |
Type | Description |
AsyncBatchAnnotateFilesResponse.Builder |
addResponses(int index, AsyncAnnotateFileResponse value)
public AsyncBatchAnnotateFilesResponse.Builder addResponses(int index, AsyncAnnotateFileResponse value)
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileResponse responses = 1;
Name | Description |
index | int |
value | AsyncAnnotateFileResponse |