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.v1.AsyncBatchAnnotateImagesRequest
Inherited Members
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()
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.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1.AnnotateImageRequest>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AsyncBatchAnnotateImagesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addRequests(AnnotateImageRequest value)
public AsyncBatchAnnotateImagesRequest.Builder addRequests(AnnotateImageRequest value)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
addRequests(AnnotateImageRequest.Builder builderForValue)
public AsyncBatchAnnotateImagesRequest.Builder addRequests(AnnotateImageRequest.Builder builderForValue)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
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.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
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.v1.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.v1.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.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
build()
public AsyncBatchAnnotateImagesRequest build()
buildPartial()
public AsyncBatchAnnotateImagesRequest buildPartial()
clear()
public AsyncBatchAnnotateImagesRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AsyncBatchAnnotateImagesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AsyncBatchAnnotateImagesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearOutputConfig()
public AsyncBatchAnnotateImagesRequest.Builder clearOutputConfig()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
clearParent()
public AsyncBatchAnnotateImagesRequest.Builder clearParent()
Optional. Target project and location to make a call.
Format: projects/{project-id}/locations/{location-id}
.
If no parent is specified, a region will be chosen automatically.
Supported location-ids:
us
: USA country only,
asia
: East asia areas, like Japan, Taiwan,
eu
: The European Union.
Example: projects/project-A/locations/eu
.
string parent = 4;
clearRequests()
public AsyncBatchAnnotateImagesRequest.Builder clearRequests()
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
clone()
public AsyncBatchAnnotateImagesRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public AsyncBatchAnnotateImagesRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getOutputConfig()
public OutputConfig getOutputConfig()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
getOutputConfigBuilder()
public OutputConfig.Builder getOutputConfigBuilder()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
getOutputConfigOrBuilder()
public OutputConfigOrBuilder getOutputConfigOrBuilder()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
getParent()
public String getParent()
Optional. Target project and location to make a call.
Format: projects/{project-id}/locations/{location-id}
.
If no parent is specified, a region will be chosen automatically.
Supported location-ids:
us
: USA country only,
asia
: East asia areas, like Japan, Taiwan,
eu
: The European Union.
Example: projects/project-A/locations/eu
.
string parent = 4;
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Optional. Target project and location to make a call.
Format: projects/{project-id}/locations/{location-id}
.
If no parent is specified, a region will be chosen automatically.
Supported location-ids:
us
: USA country only,
asia
: East asia areas, like Japan, Taiwan,
eu
: The European Union.
Example: projects/project-A/locations/eu
.
string parent = 4;
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
getRequests(int index)
public AnnotateImageRequest getRequests(int index)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.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.v1.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.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
getRequestsCount()
public int getRequestsCount()
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.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.v1.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.v1.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.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
List<? extends com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder> | |
hasOutputConfig()
public boolean hasOutputConfig()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the outputConfig field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AsyncBatchAnnotateImagesRequest other)
public AsyncBatchAnnotateImagesRequest.Builder mergeFrom(AsyncBatchAnnotateImagesRequest other)
public AsyncBatchAnnotateImagesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AsyncBatchAnnotateImagesRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeOutputConfig(OutputConfig value)
public AsyncBatchAnnotateImagesRequest.Builder mergeOutputConfig(OutputConfig value)
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AsyncBatchAnnotateImagesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeRequests(int index)
public AsyncBatchAnnotateImagesRequest.Builder removeRequests(int index)
Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public AsyncBatchAnnotateImagesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setOutputConfig(OutputConfig value)
public AsyncBatchAnnotateImagesRequest.Builder setOutputConfig(OutputConfig value)
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
setOutputConfig(OutputConfig.Builder builderForValue)
public AsyncBatchAnnotateImagesRequest.Builder setOutputConfig(OutputConfig.Builder builderForValue)
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
setParent(String value)
public AsyncBatchAnnotateImagesRequest.Builder setParent(String value)
Optional. Target project and location to make a call.
Format: projects/{project-id}/locations/{location-id}
.
If no parent is specified, a region will be chosen automatically.
Supported location-ids:
us
: USA country only,
asia
: East asia areas, like Japan, Taiwan,
eu
: The European Union.
Example: projects/project-A/locations/eu
.
string parent = 4;
Parameter |
---|
Name | Description |
value | String
The parent to set.
|
setParentBytes(ByteString value)
public AsyncBatchAnnotateImagesRequest.Builder setParentBytes(ByteString value)
Optional. Target project and location to make a call.
Format: projects/{project-id}/locations/{location-id}
.
If no parent is specified, a region will be chosen automatically.
Supported location-ids:
us
: USA country only,
asia
: East asia areas, like Japan, Taiwan,
eu
: The European Union.
Example: projects/project-A/locations/eu
.
string parent = 4;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AsyncBatchAnnotateImagesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
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.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
setUnknownFields(UnknownFieldSet unknownFields)
public final AsyncBatchAnnotateImagesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides