public final class BatchDatasetDocuments extends GeneratedMessage implements BatchDatasetDocumentsOrBuilderDataset documents that the batch operation will be applied to.
Protobuf type google.cloud.documentai.v1beta3.BatchDatasetDocuments
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchDatasetDocumentsImplements
BatchDatasetDocumentsOrBuilderStatic Fields
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
INDIVIDUAL_DOCUMENT_IDS_FIELD_NUMBER
public static final int INDIVIDUAL_DOCUMENT_IDS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchDatasetDocuments getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchDatasetDocuments.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments.Builder |
|
newBuilder(BatchDatasetDocuments prototype)
public static BatchDatasetDocuments.Builder newBuilder(BatchDatasetDocuments prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchDatasetDocuments |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchDatasetDocuments parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchDatasetDocuments parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchDatasetDocuments parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchDatasetDocuments parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchDatasetDocuments parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchDatasetDocuments parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchDatasetDocuments parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchDatasetDocuments parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchDatasetDocuments parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchDatasetDocuments parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchDatasetDocuments parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchDatasetDocuments parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchDatasetDocuments> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchDatasetDocuments> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCriteriaCase()
public BatchDatasetDocuments.CriteriaCase getCriteriaCase()| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments.CriteriaCase |
|
getDefaultInstanceForType()
public BatchDatasetDocuments getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments |
|
getFilter()
public String getFilter()A filter matching the documents. Follows the same format and restriction as [google.cloud.documentai.master.ListDocumentsRequest.filter].
string filter = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()A filter matching the documents. Follows the same format and restriction as [google.cloud.documentai.master.ListDocumentsRequest.filter].
string filter = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getIndividualDocumentIds()
public BatchDatasetDocuments.IndividualDocumentIds getIndividualDocumentIds()Document identifiers.
.google.cloud.documentai.v1beta3.BatchDatasetDocuments.IndividualDocumentIds individual_document_ids = 1;
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments.IndividualDocumentIds |
The individualDocumentIds. |
getIndividualDocumentIdsOrBuilder()
public BatchDatasetDocuments.IndividualDocumentIdsOrBuilder getIndividualDocumentIdsOrBuilder()Document identifiers.
.google.cloud.documentai.v1beta3.BatchDatasetDocuments.IndividualDocumentIds individual_document_ids = 1;
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments.IndividualDocumentIdsOrBuilder |
|
getParserForType()
public Parser<BatchDatasetDocuments> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchDatasetDocuments> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasFilter()
public boolean hasFilter()A filter matching the documents. Follows the same format and restriction as [google.cloud.documentai.master.ListDocumentsRequest.filter].
string filter = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the filter field is set. |
hasIndividualDocumentIds()
public boolean hasIndividualDocumentIds()Document identifiers.
.google.cloud.documentai.v1beta3.BatchDatasetDocuments.IndividualDocumentIds individual_document_ids = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the individualDocumentIds 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 BatchDatasetDocuments.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchDatasetDocuments.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments.Builder |
|
toBuilder()
public BatchDatasetDocuments.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchDatasetDocuments.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|