public final class BatchDocumentsInputConfig extends GeneratedMessage implements BatchDocumentsInputConfigOrBuilderThe common config to specify a set of documents used as input.
Protobuf type google.cloud.documentai.v1.BatchDocumentsInputConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchDocumentsInputConfigImplements
BatchDocumentsInputConfigOrBuilderStatic Fields
GCS_DOCUMENTS_FIELD_NUMBER
public static final int GCS_DOCUMENTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
GCS_PREFIX_FIELD_NUMBER
public static final int GCS_PREFIX_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchDocumentsInputConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchDocumentsInputConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig.Builder |
|
newBuilder(BatchDocumentsInputConfig prototype)
public static BatchDocumentsInputConfig.Builder newBuilder(BatchDocumentsInputConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchDocumentsInputConfig |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchDocumentsInputConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchDocumentsInputConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchDocumentsInputConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchDocumentsInputConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchDocumentsInputConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchDocumentsInputConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchDocumentsInputConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchDocumentsInputConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchDocumentsInputConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchDocumentsInputConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchDocumentsInputConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchDocumentsInputConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchDocumentsInputConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchDocumentsInputConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public BatchDocumentsInputConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
getGcsDocuments()
public GcsDocuments getGcsDocuments()The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1.GcsDocuments gcs_documents = 2;
| Returns | |
|---|---|
| Type | Description |
GcsDocuments |
The gcsDocuments. |
getGcsDocumentsOrBuilder()
public GcsDocumentsOrBuilder getGcsDocumentsOrBuilder()The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1.GcsDocuments gcs_documents = 2;
| Returns | |
|---|---|
| Type | Description |
GcsDocumentsOrBuilder |
|
getGcsPrefix()
public GcsPrefix getGcsPrefix() The set of documents that match the specified Cloud Storage gcs_prefix.
.google.cloud.documentai.v1.GcsPrefix gcs_prefix = 1;
| Returns | |
|---|---|
| Type | Description |
GcsPrefix |
The gcsPrefix. |
getGcsPrefixOrBuilder()
public GcsPrefixOrBuilder getGcsPrefixOrBuilder() The set of documents that match the specified Cloud Storage gcs_prefix.
.google.cloud.documentai.v1.GcsPrefix gcs_prefix = 1;
| Returns | |
|---|---|
| Type | Description |
GcsPrefixOrBuilder |
|
getParserForType()
public Parser<BatchDocumentsInputConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchDocumentsInputConfig> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSourceCase()
public BatchDocumentsInputConfig.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig.SourceCase |
|
hasGcsDocuments()
public boolean hasGcsDocuments()The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1.GcsDocuments gcs_documents = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsDocuments field is set. |
hasGcsPrefix()
public boolean hasGcsPrefix() The set of documents that match the specified Cloud Storage gcs_prefix.
.google.cloud.documentai.v1.GcsPrefix gcs_prefix = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsPrefix field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public BatchDocumentsInputConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchDocumentsInputConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig.Builder |
|
toBuilder()
public BatchDocumentsInputConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|