public interface ProcessWithDocAiPipelineOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocuments(int index)
public abstract String getDocuments(int index)The list of all the resource names of the documents to be processed. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
repeated string documents = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The documents at the given index. |
getDocumentsBytes(int index)
public abstract ByteString getDocumentsBytes(int index)The list of all the resource names of the documents to be processed. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
repeated string documents = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the documents at the given index. |
getDocumentsCount()
public abstract int getDocumentsCount()The list of all the resource names of the documents to be processed. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
repeated string documents = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of documents. |
getDocumentsList()
public abstract List<String> getDocumentsList()The list of all the resource names of the documents to be processed. Format: projects/{project_number}/locations/{location}/documents/{document_id}.
repeated string documents = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the documents. |
getExportFolderPath()
public abstract String getExportFolderPath() The Cloud Storage folder path used to store the exported documents before
being sent to CDW.
Format: gs://<bucket-name>/<folder-name>.
string export_folder_path = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The exportFolderPath. |
getExportFolderPathBytes()
public abstract ByteString getExportFolderPathBytes() The Cloud Storage folder path used to store the exported documents before
being sent to CDW.
Format: gs://<bucket-name>/<folder-name>.
string export_folder_path = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for exportFolderPath. |
getProcessorInfo()
public abstract ProcessorInfo getProcessorInfo()The CDW processor information.
.google.cloud.contentwarehouse.v1.ProcessorInfo processor_info = 3;
| Returns | |
|---|---|
| Type | Description |
ProcessorInfo |
The processorInfo. |
getProcessorInfoOrBuilder()
public abstract ProcessorInfoOrBuilder getProcessorInfoOrBuilder()The CDW processor information.
.google.cloud.contentwarehouse.v1.ProcessorInfo processor_info = 3;
| Returns | |
|---|---|
| Type | Description |
ProcessorInfoOrBuilder |
|
getProcessorResultsFolderPath()
public abstract String getProcessorResultsFolderPath() The Cloud Storage folder path used to store the raw results from
processors.
Format: gs://<bucket-name>/<folder-name>.
string processor_results_folder_path = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The processorResultsFolderPath. |
getProcessorResultsFolderPathBytes()
public abstract ByteString getProcessorResultsFolderPathBytes() The Cloud Storage folder path used to store the raw results from
processors.
Format: gs://<bucket-name>/<folder-name>.
string processor_results_folder_path = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for processorResultsFolderPath. |
hasProcessorInfo()
public abstract boolean hasProcessorInfo()The CDW processor information.
.google.cloud.contentwarehouse.v1.ProcessorInfo processor_info = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the processorInfo field is set. |