public interface GetDocumentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataset()
Required.
|
com.google.protobuf.ByteString |
getDatasetBytes()
Required.
|
DocumentId |
getDocumentId()
Required.
|
DocumentIdOrBuilder |
getDocumentIdOrBuilder()
Required.
|
DocumentPageRange |
getPageRange()
List of pages for which the fields specified in the `read_mask` must
be served.
|
DocumentPageRangeOrBuilder |
getPageRangeOrBuilder()
List of pages for which the fields specified in the `read_mask` must
be served.
|
com.google.protobuf.FieldMask |
getReadMask()
If set, only fields listed here will be returned.
|
com.google.protobuf.FieldMaskOrBuilder |
getReadMaskOrBuilder()
If set, only fields listed here will be returned.
|
boolean |
hasDocumentId()
Required.
|
boolean |
hasPageRange()
List of pages for which the fields specified in the `read_mask` must
be served.
|
boolean |
hasReadMask()
If set, only fields listed here will be returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDataset()
Required. The resource name of the dataset that the document belongs to .
Format:
projects/{project}/locations/{location}/processors/{processor}/dataset
string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getDatasetBytes()
Required. The resource name of the dataset that the document belongs to .
Format:
projects/{project}/locations/{location}/processors/{processor}/dataset
string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasDocumentId()
Required. Document identifier.
.google.cloud.documentai.v1beta3.DocumentId document_id = 2 [(.google.api.field_behavior) = REQUIRED];
DocumentId getDocumentId()
Required. Document identifier.
.google.cloud.documentai.v1beta3.DocumentId document_id = 2 [(.google.api.field_behavior) = REQUIRED];
DocumentIdOrBuilder getDocumentIdOrBuilder()
Required. Document identifier.
.google.cloud.documentai.v1beta3.DocumentId document_id = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasReadMask()
If set, only fields listed here will be returned. Otherwise, all fields will be returned by default.
.google.protobuf.FieldMask read_mask = 3;com.google.protobuf.FieldMask getReadMask()
If set, only fields listed here will be returned. Otherwise, all fields will be returned by default.
.google.protobuf.FieldMask read_mask = 3;com.google.protobuf.FieldMaskOrBuilder getReadMaskOrBuilder()
If set, only fields listed here will be returned. Otherwise, all fields will be returned by default.
.google.protobuf.FieldMask read_mask = 3;boolean hasPageRange()
List of pages for which the fields specified in the `read_mask` must be served.
.google.cloud.documentai.v1beta3.DocumentPageRange page_range = 4;DocumentPageRange getPageRange()
List of pages for which the fields specified in the `read_mask` must be served.
.google.cloud.documentai.v1beta3.DocumentPageRange page_range = 4;DocumentPageRangeOrBuilder getPageRangeOrBuilder()
List of pages for which the fields specified in the `read_mask` must be served.
.google.cloud.documentai.v1beta3.DocumentPageRange page_range = 4;Copyright © 2024 Google LLC. All rights reserved.