public final class AsyncAnnotateFileRequest extends com.google.protobuf.GeneratedMessageV3 implements AsyncAnnotateFileRequestOrBuilder
An offline file annotation request.Protobuf type
google.cloud.vision.v1p3beta1.AsyncAnnotateFileRequest| Modifier and Type | Class and Description |
|---|---|
static class |
AsyncAnnotateFileRequest.Builder
An offline file annotation request.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
FEATURES_FIELD_NUMBER |
static int |
IMAGE_CONTEXT_FIELD_NUMBER |
static int |
INPUT_CONFIG_FIELD_NUMBER |
static int |
OUTPUT_CONFIG_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AsyncAnnotateFileRequest |
getDefaultInstance() |
AsyncAnnotateFileRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Feature |
getFeatures(int index)
Required.
|
int |
getFeaturesCount()
Required.
|
List<Feature> |
getFeaturesList()
Required.
|
FeatureOrBuilder |
getFeaturesOrBuilder(int index)
Required.
|
List<? extends FeatureOrBuilder> |
getFeaturesOrBuilderList()
Required.
|
ImageContext |
getImageContext()
Additional context that may accompany the image(s) in the file.
|
ImageContextOrBuilder |
getImageContextOrBuilder()
Additional context that may accompany the image(s) in the file.
|
InputConfig |
getInputConfig()
Required.
|
InputConfigOrBuilder |
getInputConfigOrBuilder()
Required.
|
OutputConfig |
getOutputConfig()
Required.
|
OutputConfigOrBuilder |
getOutputConfigOrBuilder()
Required.
|
com.google.protobuf.Parser<AsyncAnnotateFileRequest> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasImageContext()
Additional context that may accompany the image(s) in the file.
|
boolean |
hasInputConfig()
Required.
|
boolean |
hasOutputConfig()
Required.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AsyncAnnotateFileRequest.Builder |
newBuilder() |
static AsyncAnnotateFileRequest.Builder |
newBuilder(AsyncAnnotateFileRequest prototype) |
AsyncAnnotateFileRequest.Builder |
newBuilderForType() |
protected AsyncAnnotateFileRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AsyncAnnotateFileRequest |
parseDelimitedFrom(InputStream input) |
static AsyncAnnotateFileRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AsyncAnnotateFileRequest |
parseFrom(byte[] data) |
static AsyncAnnotateFileRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AsyncAnnotateFileRequest |
parseFrom(ByteBuffer data) |
static AsyncAnnotateFileRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AsyncAnnotateFileRequest |
parseFrom(com.google.protobuf.ByteString data) |
static AsyncAnnotateFileRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AsyncAnnotateFileRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AsyncAnnotateFileRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AsyncAnnotateFileRequest |
parseFrom(InputStream input) |
static AsyncAnnotateFileRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AsyncAnnotateFileRequest> |
parser() |
AsyncAnnotateFileRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int INPUT_CONFIG_FIELD_NUMBER
public static final int FEATURES_FIELD_NUMBER
public static final int IMAGE_CONTEXT_FIELD_NUMBER
public static final int OUTPUT_CONFIG_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasInputConfig()
Required. Information about the input file.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;hasInputConfig in interface AsyncAnnotateFileRequestOrBuilderpublic InputConfig getInputConfig()
Required. Information about the input file.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;getInputConfig in interface AsyncAnnotateFileRequestOrBuilderpublic InputConfigOrBuilder getInputConfigOrBuilder()
Required. Information about the input file.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;getInputConfigOrBuilder in interface AsyncAnnotateFileRequestOrBuilderpublic List<Feature> getFeaturesList()
Required. Requested features.
repeated .google.cloud.vision.v1p3beta1.Feature features = 2;getFeaturesList in interface AsyncAnnotateFileRequestOrBuilderpublic List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()
Required. Requested features.
repeated .google.cloud.vision.v1p3beta1.Feature features = 2;getFeaturesOrBuilderList in interface AsyncAnnotateFileRequestOrBuilderpublic int getFeaturesCount()
Required. Requested features.
repeated .google.cloud.vision.v1p3beta1.Feature features = 2;getFeaturesCount in interface AsyncAnnotateFileRequestOrBuilderpublic Feature getFeatures(int index)
Required. Requested features.
repeated .google.cloud.vision.v1p3beta1.Feature features = 2;getFeatures in interface AsyncAnnotateFileRequestOrBuilderpublic FeatureOrBuilder getFeaturesOrBuilder(int index)
Required. Requested features.
repeated .google.cloud.vision.v1p3beta1.Feature features = 2;getFeaturesOrBuilder in interface AsyncAnnotateFileRequestOrBuilderpublic boolean hasImageContext()
Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p3beta1.ImageContext image_context = 3;hasImageContext in interface AsyncAnnotateFileRequestOrBuilderpublic ImageContext getImageContext()
Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p3beta1.ImageContext image_context = 3;getImageContext in interface AsyncAnnotateFileRequestOrBuilderpublic ImageContextOrBuilder getImageContextOrBuilder()
Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p3beta1.ImageContext image_context = 3;getImageContextOrBuilder in interface AsyncAnnotateFileRequestOrBuilderpublic boolean hasOutputConfig()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p3beta1.OutputConfig output_config = 4;hasOutputConfig in interface AsyncAnnotateFileRequestOrBuilderpublic OutputConfig getOutputConfig()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p3beta1.OutputConfig output_config = 4;getOutputConfig in interface AsyncAnnotateFileRequestOrBuilderpublic OutputConfigOrBuilder getOutputConfigOrBuilder()
Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p3beta1.OutputConfig output_config = 4;getOutputConfigOrBuilder in interface AsyncAnnotateFileRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AsyncAnnotateFileRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AsyncAnnotateFileRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AsyncAnnotateFileRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AsyncAnnotateFileRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AsyncAnnotateFileRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AsyncAnnotateFileRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AsyncAnnotateFileRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static AsyncAnnotateFileRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AsyncAnnotateFileRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AsyncAnnotateFileRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AsyncAnnotateFileRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AsyncAnnotateFileRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AsyncAnnotateFileRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AsyncAnnotateFileRequest.Builder newBuilder()
public static AsyncAnnotateFileRequest.Builder newBuilder(AsyncAnnotateFileRequest prototype)
public AsyncAnnotateFileRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AsyncAnnotateFileRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AsyncAnnotateFileRequest getDefaultInstance()
public static com.google.protobuf.Parser<AsyncAnnotateFileRequest> parser()
public com.google.protobuf.Parser<AsyncAnnotateFileRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AsyncAnnotateFileRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020 Google LLC. All rights reserved.