public interface BatchDatasetDocumentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchDatasetDocuments.CriteriaCase |
getCriteriaCase() |
String |
getFilter()
A filter matching the documents.
|
com.google.protobuf.ByteString |
getFilterBytes()
A filter matching the documents.
|
BatchDatasetDocuments.IndividualDocumentIds |
getIndividualDocumentIds()
Document identifiers.
|
BatchDatasetDocuments.IndividualDocumentIdsOrBuilder |
getIndividualDocumentIdsOrBuilder()
Document identifiers.
|
boolean |
hasFilter()
A filter matching the documents.
|
boolean |
hasIndividualDocumentIds()
Document identifiers.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIndividualDocumentIds()
Document identifiers.
.google.cloud.documentai.v1beta3.BatchDatasetDocuments.IndividualDocumentIds individual_document_ids = 1;
BatchDatasetDocuments.IndividualDocumentIds getIndividualDocumentIds()
Document identifiers.
.google.cloud.documentai.v1beta3.BatchDatasetDocuments.IndividualDocumentIds individual_document_ids = 1;
BatchDatasetDocuments.IndividualDocumentIdsOrBuilder getIndividualDocumentIdsOrBuilder()
Document identifiers.
.google.cloud.documentai.v1beta3.BatchDatasetDocuments.IndividualDocumentIds individual_document_ids = 1;
boolean hasFilter()
A filter matching the documents. Follows the same format and restriction as [google.cloud.documentai.master.ListDocumentsRequest.filter].
string filter = 2;String getFilter()
A filter matching the documents. Follows the same format and restriction as [google.cloud.documentai.master.ListDocumentsRequest.filter].
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
A filter matching the documents. Follows the same format and restriction as [google.cloud.documentai.master.ListDocumentsRequest.filter].
string filter = 2;BatchDatasetDocuments.CriteriaCase getCriteriaCase()
Copyright © 2024 Google LLC. All rights reserved.