Class AsyncBatchAnnotateImagesRequest.Builder (3.39.0)

public static final class AsyncBatchAnnotateImagesRequest.Builder extends GeneratedMessageV3.Builder<AsyncBatchAnnotateImagesRequest.Builder> implements AsyncBatchAnnotateImagesRequestOrBuilder

Request for async image annotation for a list of images.

Protobuf type google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllRequests(Iterable<? extends AnnotateImageRequest> values)

public AsyncBatchAnnotateImagesRequest.Builder addAllRequests(Iterable<? extends AnnotateImageRequest> values)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.vision.v1p4beta1.AnnotateImageRequest>
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AsyncBatchAnnotateImagesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides

addRequests(AnnotateImageRequest value)

public AsyncBatchAnnotateImagesRequest.Builder addRequests(AnnotateImageRequest value)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueAnnotateImageRequest
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

addRequests(AnnotateImageRequest.Builder builderForValue)

public AsyncBatchAnnotateImagesRequest.Builder addRequests(AnnotateImageRequest.Builder builderForValue)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueAnnotateImageRequest.Builder
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

addRequests(int index, AnnotateImageRequest value)

public AsyncBatchAnnotateImagesRequest.Builder addRequests(int index, AnnotateImageRequest value)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
valueAnnotateImageRequest
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

addRequests(int index, AnnotateImageRequest.Builder builderForValue)

public AsyncBatchAnnotateImagesRequest.Builder addRequests(int index, AnnotateImageRequest.Builder builderForValue)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
builderForValueAnnotateImageRequest.Builder
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

addRequestsBuilder()

public AnnotateImageRequest.Builder addRequestsBuilder()

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AnnotateImageRequest.Builder

addRequestsBuilder(int index)

public AnnotateImageRequest.Builder addRequestsBuilder(int index)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateImageRequest.Builder

build()

public AsyncBatchAnnotateImagesRequest build()
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest

buildPartial()

public AsyncBatchAnnotateImagesRequest buildPartial()
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest

clear()

public AsyncBatchAnnotateImagesRequest.Builder clear()
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AsyncBatchAnnotateImagesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public AsyncBatchAnnotateImagesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides

clearOutputConfig()

public AsyncBatchAnnotateImagesRequest.Builder clearOutputConfig()

Required. The desired output location and metadata (e.g. format).

.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

clearRequests()

public AsyncBatchAnnotateImagesRequest.Builder clearRequests()

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

clone()

public AsyncBatchAnnotateImagesRequest.Builder clone()
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides

getDefaultInstanceForType()

public AsyncBatchAnnotateImagesRequest getDefaultInstanceForType()
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getOutputConfig()

public OutputConfig getOutputConfig()

Required. The desired output location and metadata (e.g. format).

.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
OutputConfig

The outputConfig.

getOutputConfigBuilder()

public OutputConfig.Builder getOutputConfigBuilder()

Required. The desired output location and metadata (e.g. format).

.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
OutputConfig.Builder

getOutputConfigOrBuilder()

public OutputConfigOrBuilder getOutputConfigOrBuilder()

Required. The desired output location and metadata (e.g. format).

.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
OutputConfigOrBuilder

getRequests(int index)

public AnnotateImageRequest getRequests(int index)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateImageRequest

getRequestsBuilder(int index)

public AnnotateImageRequest.Builder getRequestsBuilder(int index)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateImageRequest.Builder

getRequestsBuilderList()

public List<AnnotateImageRequest.Builder> getRequestsBuilderList()

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<Builder>

getRequestsCount()

public int getRequestsCount()

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getRequestsList()

public List<AnnotateImageRequest> getRequestsList()

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<AnnotateImageRequest>

getRequestsOrBuilder(int index)

public AnnotateImageRequestOrBuilder getRequestsOrBuilder(int index)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateImageRequestOrBuilder

getRequestsOrBuilderList()

public List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1p4beta1.AnnotateImageRequestOrBuilder>

hasOutputConfig()

public boolean hasOutputConfig()

Required. The desired output location and metadata (e.g. format).

.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the outputConfig field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AsyncBatchAnnotateImagesRequest other)

public AsyncBatchAnnotateImagesRequest.Builder mergeFrom(AsyncBatchAnnotateImagesRequest other)
Parameter
NameDescription
otherAsyncBatchAnnotateImagesRequest
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AsyncBatchAnnotateImagesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AsyncBatchAnnotateImagesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides

mergeOutputConfig(OutputConfig value)

public AsyncBatchAnnotateImagesRequest.Builder mergeOutputConfig(OutputConfig value)

Required. The desired output location and metadata (e.g. format).

.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueOutputConfig
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AsyncBatchAnnotateImagesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides

removeRequests(int index)

public AsyncBatchAnnotateImagesRequest.Builder removeRequests(int index)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public AsyncBatchAnnotateImagesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides

setOutputConfig(OutputConfig value)

public AsyncBatchAnnotateImagesRequest.Builder setOutputConfig(OutputConfig value)

Required. The desired output location and metadata (e.g. format).

.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueOutputConfig
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

setOutputConfig(OutputConfig.Builder builderForValue)

public AsyncBatchAnnotateImagesRequest.Builder setOutputConfig(OutputConfig.Builder builderForValue)

Required. The desired output location and metadata (e.g. format).

.google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueOutputConfig.Builder
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AsyncBatchAnnotateImagesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides

setRequests(int index, AnnotateImageRequest value)

public AsyncBatchAnnotateImagesRequest.Builder setRequests(int index, AnnotateImageRequest value)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
valueAnnotateImageRequest
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

setRequests(int index, AnnotateImageRequest.Builder builderForValue)

public AsyncBatchAnnotateImagesRequest.Builder setRequests(int index, AnnotateImageRequest.Builder builderForValue)

Required. Individual image annotation requests for this batch.

repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
builderForValueAnnotateImageRequest.Builder
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final AsyncBatchAnnotateImagesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AsyncBatchAnnotateImagesRequest.Builder
Overrides