public interface BatchDocumentsInputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsDocuments |
getGcsDocuments()
The set of documents individually specified on Cloud Storage.
|
GcsDocumentsOrBuilder |
getGcsDocumentsOrBuilder()
The set of documents individually specified on Cloud Storage.
|
GcsPrefix |
getGcsPrefix()
The set of documents that match the specified Cloud Storage `gcs_prefix`.
|
GcsPrefixOrBuilder |
getGcsPrefixOrBuilder()
The set of documents that match the specified Cloud Storage `gcs_prefix`.
|
BatchDocumentsInputConfig.SourceCase |
getSourceCase() |
boolean |
hasGcsDocuments()
The set of documents individually specified on Cloud Storage.
|
boolean |
hasGcsPrefix()
The set of documents that match the specified Cloud Storage `gcs_prefix`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsPrefix()
The set of documents that match the specified Cloud Storage `gcs_prefix`.
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1;GcsPrefix getGcsPrefix()
The set of documents that match the specified Cloud Storage `gcs_prefix`.
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1;GcsPrefixOrBuilder getGcsPrefixOrBuilder()
The set of documents that match the specified Cloud Storage `gcs_prefix`.
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1;boolean hasGcsDocuments()
The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1beta3.GcsDocuments gcs_documents = 2;GcsDocuments getGcsDocuments()
The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1beta3.GcsDocuments gcs_documents = 2;GcsDocumentsOrBuilder getGcsDocumentsOrBuilder()
The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1beta3.GcsDocuments gcs_documents = 2;BatchDocumentsInputConfig.SourceCase getSourceCase()
Copyright © 2024 Google LLC. All rights reserved.