Class BatchAnnotateImagesRequest.Builder (3.15.0)

public static final class BatchAnnotateImagesRequest.Builder extends GeneratedMessageV3.Builder<BatchAnnotateImagesRequest.Builder> implements BatchAnnotateImagesRequestOrBuilder

Multiple image annotation requests are batched into a single service call.

Protobuf type google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
TypeDescription
Descriptor

Methods

addAllRequests(Iterable<? extends AnnotateImageRequest> values)

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

Individual image annotation requests for this batch.

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

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.vision.v1p3beta1.AnnotateImageRequest>

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addRequests(AnnotateImageRequest value)

public BatchAnnotateImagesRequest.Builder addRequests(AnnotateImageRequest value)

Individual image annotation requests for this batch.

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

Parameter
NameDescription
valueAnnotateImageRequest

addRequests(AnnotateImageRequest.Builder builderForValue)

public BatchAnnotateImagesRequest.Builder addRequests(AnnotateImageRequest.Builder builderForValue)

Individual image annotation requests for this batch.

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

Parameter
NameDescription
builderForValueAnnotateImageRequest.Builder

addRequests(int index, AnnotateImageRequest value)

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

Individual image annotation requests for this batch.

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

Parameters
NameDescription
indexint
valueAnnotateImageRequest

addRequests(int index, AnnotateImageRequest.Builder builderForValue)

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

Individual image annotation requests for this batch.

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

Parameters
NameDescription
indexint
builderForValueAnnotateImageRequest.Builder

addRequestsBuilder()

public AnnotateImageRequest.Builder addRequestsBuilder()

Individual image annotation requests for this batch.

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

Returns
TypeDescription
AnnotateImageRequest.Builder

addRequestsBuilder(int index)

public AnnotateImageRequest.Builder addRequestsBuilder(int index)

Individual image annotation requests for this batch.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateImageRequest.Builder

build()

public BatchAnnotateImagesRequest build()
Returns
TypeDescription
BatchAnnotateImagesRequest

buildPartial()

public BatchAnnotateImagesRequest buildPartial()
Returns
TypeDescription
BatchAnnotateImagesRequest

clear()

public BatchAnnotateImagesRequest.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

public BatchAnnotateImagesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchAnnotateImagesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Overrides

clearRequests()

public BatchAnnotateImagesRequest.Builder clearRequests()

Individual image annotation requests for this batch.

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

clone()

public BatchAnnotateImagesRequest.Builder clone()
Overrides

getDefaultInstanceForType()

public BatchAnnotateImagesRequest getDefaultInstanceForType()
Returns
TypeDescription
BatchAnnotateImagesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getRequests(int index)

public AnnotateImageRequest getRequests(int index)

Individual image annotation requests for this batch.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateImageRequest

getRequestsBuilder(int index)

public AnnotateImageRequest.Builder getRequestsBuilder(int index)

Individual image annotation requests for this batch.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateImageRequest.Builder

getRequestsBuilderList()

public List<AnnotateImageRequest.Builder> getRequestsBuilderList()

Individual image annotation requests for this batch.

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

Returns
TypeDescription
List<Builder>

getRequestsCount()

public int getRequestsCount()

Individual image annotation requests for this batch.

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

Returns
TypeDescription
int

getRequestsList()

public List<AnnotateImageRequest> getRequestsList()

Individual image annotation requests for this batch.

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

Returns
TypeDescription
List<AnnotateImageRequest>

getRequestsOrBuilder(int index)

public AnnotateImageRequestOrBuilder getRequestsOrBuilder(int index)

Individual image annotation requests for this batch.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotateImageRequestOrBuilder

getRequestsOrBuilderList()

public List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()

Individual image annotation requests for this batch.

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

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(BatchAnnotateImagesRequest other)

public BatchAnnotateImagesRequest.Builder mergeFrom(BatchAnnotateImagesRequest other)
Parameter
NameDescription
otherBatchAnnotateImagesRequest

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public BatchAnnotateImagesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchAnnotateImagesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides

removeRequests(int index)

public BatchAnnotateImagesRequest.Builder removeRequests(int index)

Individual image annotation requests for this batch.

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

Parameter
NameDescription
indexint

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setRequests(int index, AnnotateImageRequest value)

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

Individual image annotation requests for this batch.

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

Parameters
NameDescription
indexint
valueAnnotateImageRequest

setRequests(int index, AnnotateImageRequest.Builder builderForValue)

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

Individual image annotation requests for this batch.

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

Parameters
NameDescription
indexint
builderForValueAnnotateImageRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchAnnotateImagesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides