Interface RunPipelineMetadata.ExportToCdwPipelineMetadataOrBuilder (0.37.0)

public static interface RunPipelineMetadata.ExportToCdwPipelineMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocAiDataset()

public abstract String getDocAiDataset()

The output CDW dataset resource name.

string doc_ai_dataset = 2;

Returns
TypeDescription
String

The docAiDataset.

getDocAiDatasetBytes()

public abstract ByteString getDocAiDatasetBytes()

The output CDW dataset resource name.

string doc_ai_dataset = 2;

Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The outputPath.

getOutputPathBytes()

public abstract ByteString getOutputPathBytes()

The output Cloud Storage folder in this pipeline.

string output_path = 3;

Returns
TypeDescription
ByteString

The bytes for outputPath.