public static final class BatchAnnotateImagesRequest.Builder extends GeneratedMessage.Builder<BatchAnnotateImagesRequest.Builder> implements BatchAnnotateImagesRequestOrBuilder
Multiple image annotation requests are batched into a single service call.
Protobuf type google.cloud.vision.v1p2beta1.BatchAnnotateImagesRequest
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllRequests(Iterable<? extends AnnotateImageRequest> values)
public BatchAnnotateImagesRequest.Builder addAllRequests(Iterable<? extends AnnotateImageRequest> values)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.vision.v1p2beta1.AnnotateImageRequest>
|
addRequests(AnnotateImageRequest value)
public BatchAnnotateImagesRequest.Builder addRequests(AnnotateImageRequest value)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
addRequests(AnnotateImageRequest.Builder builderForValue)
public BatchAnnotateImagesRequest.Builder addRequests(AnnotateImageRequest.Builder builderForValue)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
addRequests(int index, AnnotateImageRequest value)
public BatchAnnotateImagesRequest.Builder addRequests(int index, AnnotateImageRequest value)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
addRequests(int index, AnnotateImageRequest.Builder builderForValue)
public BatchAnnotateImagesRequest.Builder addRequests(int index, AnnotateImageRequest.Builder builderForValue)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
addRequestsBuilder()
public AnnotateImageRequest.Builder addRequestsBuilder()
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
addRequestsBuilder(int index)
public AnnotateImageRequest.Builder addRequestsBuilder(int index)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
build()
public BatchAnnotateImagesRequest build()
buildPartial()
public BatchAnnotateImagesRequest buildPartial()
clear()
public BatchAnnotateImagesRequest.Builder clear()
Overrides
clearRequests()
public BatchAnnotateImagesRequest.Builder clearRequests()
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public BatchAnnotateImagesRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getRequests(int index)
public AnnotateImageRequest getRequests(int index)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getRequestsBuilder(int index)
public AnnotateImageRequest.Builder getRequestsBuilder(int index)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getRequestsBuilderList()
public List<AnnotateImageRequest.Builder> getRequestsBuilderList()
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
getRequestsCount()
public int getRequestsCount()
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
int |
|
getRequestsList()
public List<AnnotateImageRequest> getRequestsList()
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
getRequestsOrBuilder(int index)
public AnnotateImageRequestOrBuilder getRequestsOrBuilder(int index)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
getRequestsOrBuilderList()
public List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.vision.v1p2beta1.AnnotateImageRequestOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(BatchAnnotateImagesRequest other)
public BatchAnnotateImagesRequest.Builder mergeFrom(BatchAnnotateImagesRequest other)
public BatchAnnotateImagesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public BatchAnnotateImagesRequest.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeRequests(int index)
public BatchAnnotateImagesRequest.Builder removeRequests(int index)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
index |
int
|
setRequests(int index, AnnotateImageRequest value)
public BatchAnnotateImagesRequest.Builder setRequests(int index, AnnotateImageRequest value)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
setRequests(int index, AnnotateImageRequest.Builder builderForValue)
public BatchAnnotateImagesRequest.Builder setRequests(int index, AnnotateImageRequest.Builder builderForValue)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];