public interface BatchDocumentsInputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGcsDocuments()
public abstract GcsDocuments getGcsDocuments()The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1beta3.GcsDocuments gcs_documents = 2;
| Type | Description |
| GcsDocuments | The gcsDocuments. |
getGcsDocumentsOrBuilder()
public abstract GcsDocumentsOrBuilder getGcsDocumentsOrBuilder()The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1beta3.GcsDocuments gcs_documents = 2;
| Type | Description |
| GcsDocumentsOrBuilder |
getGcsPrefix()
public abstract GcsPrefix getGcsPrefix()The set of documents that match the specified Cloud Storage [gcs_prefix].
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1;
| Type | Description |
| GcsPrefix | The gcsPrefix. |
getGcsPrefixOrBuilder()
public abstract GcsPrefixOrBuilder getGcsPrefixOrBuilder()The set of documents that match the specified Cloud Storage [gcs_prefix].
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1;
| Type | Description |
| GcsPrefixOrBuilder |
getSourceCase()
public abstract BatchDocumentsInputConfig.SourceCase getSourceCase()| Type | Description |
| BatchDocumentsInputConfig.SourceCase |
hasGcsDocuments()
public abstract boolean hasGcsDocuments()The set of documents individually specified on Cloud Storage.
.google.cloud.documentai.v1beta3.GcsDocuments gcs_documents = 2;
| Type | Description |
| boolean | Whether the gcsDocuments field is set. |
hasGcsPrefix()
public abstract boolean hasGcsPrefix()The set of documents that match the specified Cloud Storage [gcs_prefix].
.google.cloud.documentai.v1beta3.GcsPrefix gcs_prefix = 1;
| Type | Description |
| boolean | Whether the gcsPrefix field is set. |