Interface BatchDocumentsInputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchDocumentsInputConfig
,BatchDocumentsInputConfig.Builder
public interface BatchDocumentsInputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsPrefix
boolean hasGcsPrefix()
The set of documents that match the specified Cloud Storage `gcs_prefix`.
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1;
- Returns:
- Whether the gcsPrefix field is set.
-
getGcsPrefix
GcsPrefix getGcsPrefix()
The set of documents that match the specified Cloud Storage `gcs_prefix`.
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1;
- Returns:
- The gcsPrefix.
-
getGcsPrefixOrBuilder
GcsPrefixOrBuilder getGcsPrefixOrBuilder()
The set of documents that match the specified Cloud Storage `gcs_prefix`.
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1;
-
hasGcsDocuments
boolean hasGcsDocuments()
The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1beta3.GcsDocuments gcs_documents = 2;
- Returns:
- Whether the gcsDocuments field is set.
-
getGcsDocuments
GcsDocuments getGcsDocuments()
The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1beta3.GcsDocuments gcs_documents = 2;
- Returns:
- The gcsDocuments.
-
getGcsDocumentsOrBuilder
GcsDocumentsOrBuilder getGcsDocumentsOrBuilder()
The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1beta3.GcsDocuments gcs_documents = 2;
-
getSourceCase
BatchDocumentsInputConfig.SourceCase getSourceCase()
-
-