public static final class AsyncBatchAnnotateImagesResponse.Builder extends GeneratedMessageV3.Builder<AsyncBatchAnnotateImagesResponse.Builder> implements AsyncBatchAnnotateImagesResponseOrBuilder
Response to an async batch image annotation request.
Protobuf type google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesResponse
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AsyncBatchAnnotateImagesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AsyncBatchAnnotateImagesResponse build()
buildPartial()
public AsyncBatchAnnotateImagesResponse buildPartial()
clear()
public AsyncBatchAnnotateImagesResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AsyncBatchAnnotateImagesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AsyncBatchAnnotateImagesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearOutputConfig()
public AsyncBatchAnnotateImagesResponse.Builder clearOutputConfig()
The output location and metadata from AsyncBatchAnnotateImagesRequest.
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 1;
clone()
public AsyncBatchAnnotateImagesResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public AsyncBatchAnnotateImagesResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getOutputConfig()
public OutputConfig getOutputConfig()
The output location and metadata from AsyncBatchAnnotateImagesRequest.
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 1;
getOutputConfigBuilder()
public OutputConfig.Builder getOutputConfigBuilder()
The output location and metadata from AsyncBatchAnnotateImagesRequest.
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 1;
getOutputConfigOrBuilder()
public OutputConfigOrBuilder getOutputConfigOrBuilder()
The output location and metadata from AsyncBatchAnnotateImagesRequest.
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 1;
hasOutputConfig()
public boolean hasOutputConfig()
The output location and metadata from AsyncBatchAnnotateImagesRequest.
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 1;
Returns |
---|
Type | Description |
boolean | Whether the outputConfig field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AsyncBatchAnnotateImagesResponse other)
public AsyncBatchAnnotateImagesResponse.Builder mergeFrom(AsyncBatchAnnotateImagesResponse other)
public AsyncBatchAnnotateImagesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AsyncBatchAnnotateImagesResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeOutputConfig(OutputConfig value)
public AsyncBatchAnnotateImagesResponse.Builder mergeOutputConfig(OutputConfig value)
The output location and metadata from AsyncBatchAnnotateImagesRequest.
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AsyncBatchAnnotateImagesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AsyncBatchAnnotateImagesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setOutputConfig(OutputConfig value)
public AsyncBatchAnnotateImagesResponse.Builder setOutputConfig(OutputConfig value)
The output location and metadata from AsyncBatchAnnotateImagesRequest.
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 1;
setOutputConfig(OutputConfig.Builder builderForValue)
public AsyncBatchAnnotateImagesResponse.Builder setOutputConfig(OutputConfig.Builder builderForValue)
The output location and metadata from AsyncBatchAnnotateImagesRequest.
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AsyncBatchAnnotateImagesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AsyncBatchAnnotateImagesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides