Class BatchProcessRequest.BatchInputConfig (2.46.0)

public static final class BatchProcessRequest.BatchInputConfig extends GeneratedMessageV3 implements BatchProcessRequest.BatchInputConfigOrBuilder

The message for input config in batch process.

Protobuf type google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchProcessRequest.BatchInputConfig

Static Fields

GCS_SOURCE_FIELD_NUMBER (deprecated)

public static final int GCS_SOURCE_FIELD_NUMBER
Field Value
Type Description
int

MIME_TYPE_FIELD_NUMBER (deprecated)

public static final int MIME_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance() (deprecated)

public static BatchProcessRequest.BatchInputConfig getDefaultInstance()
Returns
Type Description
BatchProcessRequest.BatchInputConfig

getDescriptor() (deprecated)

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder() (deprecated)

public static BatchProcessRequest.BatchInputConfig.Builder newBuilder()
Returns
Type Description
BatchProcessRequest.BatchInputConfig.Builder

newBuilder(BatchProcessRequest.BatchInputConfig prototype) (deprecated)

public static BatchProcessRequest.BatchInputConfig.Builder newBuilder(BatchProcessRequest.BatchInputConfig prototype)
Parameter
Name Description
prototype BatchProcessRequest.BatchInputConfig
Returns
Type Description
BatchProcessRequest.BatchInputConfig.Builder

parseDelimitedFrom(InputStream input) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)

public static BatchProcessRequest.BatchInputConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchProcessRequest.BatchInputConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser() (deprecated)

public static Parser<BatchProcessRequest.BatchInputConfig> parser()
Returns
Type Description
Parser<BatchInputConfig>

Methods

equals(Object obj) (deprecated)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType() (deprecated)

public BatchProcessRequest.BatchInputConfig getDefaultInstanceForType()
Returns
Type Description
BatchProcessRequest.BatchInputConfig

getGcsSource() (deprecated)

public String getGcsSource()

The Cloud Storage location as the source of the document.

string gcs_source = 1;

Returns
Type Description
String

The gcsSource.

getGcsSourceBytes() (deprecated)

public ByteString getGcsSourceBytes()

The Cloud Storage location as the source of the document.

string gcs_source = 1;

Returns
Type Description
ByteString

The bytes for gcsSource.

getMimeType() (deprecated)

public String getMimeType()

An IANA published media type (MIME type) of the input. If the input is a raw document, refer to supported file types for the list of media types. If the input is a Document, the type should be application/json.

string mime_type = 2;

Returns
Type Description
String

The mimeType.

getMimeTypeBytes() (deprecated)

public ByteString getMimeTypeBytes()

An IANA published media type (MIME type) of the input. If the input is a raw document, refer to supported file types for the list of media types. If the input is a Document, the type should be application/json.

string mime_type = 2;

Returns
Type Description
ByteString

The bytes for mimeType.

getParserForType() (deprecated)

public Parser<BatchProcessRequest.BatchInputConfig> getParserForType()
Returns
Type Description
Parser<BatchInputConfig>
Overrides

getSerializedSize() (deprecated)

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode() (deprecated)

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable() (deprecated)

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized() (deprecated)

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType() (deprecated)

public BatchProcessRequest.BatchInputConfig.Builder newBuilderForType()
Returns
Type Description
BatchProcessRequest.BatchInputConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated)

protected BatchProcessRequest.BatchInputConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchProcessRequest.BatchInputConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder() (deprecated)

public BatchProcessRequest.BatchInputConfig.Builder toBuilder()
Returns
Type Description
BatchProcessRequest.BatchInputConfig.Builder

writeTo(CodedOutputStream output) (deprecated)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException