public static interface RunPipelineMetadata.ExportToCdwPipelineMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocAiDataset()
public abstract String getDocAiDataset()The output CDW dataset resource name.
string doc_ai_dataset = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The docAiDataset. |
getDocAiDatasetBytes()
public abstract ByteString getDocAiDatasetBytes()The output CDW dataset resource name.
string doc_ai_dataset = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for docAiDataset. |
getDocuments(int index)
public abstract String getDocuments(int index)The input list of all the resource names of the documents to be exported.
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 input list of all the resource names of the documents to be exported.
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 input list of all the resource names of the documents to be exported.
repeated string documents = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of documents. |
getDocumentsList()
public abstract List<String> getDocumentsList()The input list of all the resource names of the documents to be exported.
repeated string documents = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the documents. |
getOutputPath()
public abstract String getOutputPath()The output Cloud Storage folder in this pipeline.
string output_path = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The outputPath. |
getOutputPathBytes()
public abstract ByteString getOutputPathBytes()The output Cloud Storage folder in this pipeline.
string output_path = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputPath. |