Interface RunPipelineMetadata.ExportToCdwPipelineMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunPipelineMetadata.ExportToCdwPipelineMetadata
,RunPipelineMetadata.ExportToCdwPipelineMetadata.Builder
- Enclosing class:
- RunPipelineMetadata
public static interface RunPipelineMetadata.ExportToCdwPipelineMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDocAiDataset()
The output CDW dataset resource name.com.google.protobuf.ByteString
getDocAiDatasetBytes()
The output CDW dataset resource name.String
getDocuments(int index)
The input list of all the resource names of the documents to be exported.com.google.protobuf.ByteString
getDocumentsBytes(int index)
The input list of all the resource names of the documents to be exported.int
getDocumentsCount()
The input list of all the resource names of the documents to be exported.List<String>
getDocumentsList()
The input list of all the resource names of the documents to be exported.String
getOutputPath()
The output Cloud Storage folder in this pipeline.com.google.protobuf.ByteString
getOutputPathBytes()
The output Cloud Storage folder in this pipeline.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDocumentsList
List<String> getDocumentsList()
The input list of all the resource names of the documents to be exported.
repeated string documents = 1;
- Returns:
- A list containing the documents.
-
getDocumentsCount
int getDocumentsCount()
The input list of all the resource names of the documents to be exported.
repeated string documents = 1;
- Returns:
- The count of documents.
-
getDocuments
String getDocuments(int index)
The input list of all the resource names of the documents to be exported.
repeated string documents = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The documents at the given index.
-
getDocumentsBytes
com.google.protobuf.ByteString getDocumentsBytes(int index)
The input list of all the resource names of the documents to be exported.
repeated string documents = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the documents at the given index.
-
getDocAiDataset
String getDocAiDataset()
The output CDW dataset resource name.
string doc_ai_dataset = 2;
- Returns:
- The docAiDataset.
-
getDocAiDatasetBytes
com.google.protobuf.ByteString getDocAiDatasetBytes()
The output CDW dataset resource name.
string doc_ai_dataset = 2;
- Returns:
- The bytes for docAiDataset.
-
getOutputPath
String getOutputPath()
The output Cloud Storage folder in this pipeline.
string output_path = 3;
- Returns:
- The outputPath.
-
getOutputPathBytes
com.google.protobuf.ByteString getOutputPathBytes()
The output Cloud Storage folder in this pipeline.
string output_path = 3;
- Returns:
- The bytes for outputPath.
-
-