Interface RunPipelineMetadata.ProcessWithDocAiPipelineMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunPipelineMetadata.ProcessWithDocAiPipelineMetadata,RunPipelineMetadata.ProcessWithDocAiPipelineMetadata.Builder
- Enclosing class:
- RunPipelineMetadata
public static interface RunPipelineMetadata.ProcessWithDocAiPipelineMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDocuments(int index)The input list of all the resource names of the documents to be processed.com.google.protobuf.ByteStringgetDocumentsBytes(int index)The input list of all the resource names of the documents to be processed.intgetDocumentsCount()The input list of all the resource names of the documents to be processed.List<String>getDocumentsList()The input list of all the resource names of the documents to be processed.ProcessorInfogetProcessorInfo()The DocAI processor to process the documents with.ProcessorInfoOrBuildergetProcessorInfoOrBuilder()The DocAI processor to process the documents with.booleanhasProcessorInfo()The DocAI processor to process the documents with.-
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 processed.
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 processed.
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 processed.
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 processed.
repeated string documents = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the documents at the given index.
-
hasProcessorInfo
boolean hasProcessorInfo()
The DocAI processor to process the documents with.
.google.cloud.contentwarehouse.v1.ProcessorInfo processor_info = 2;- Returns:
- Whether the processorInfo field is set.
-
getProcessorInfo
ProcessorInfo getProcessorInfo()
The DocAI processor to process the documents with.
.google.cloud.contentwarehouse.v1.ProcessorInfo processor_info = 2;- Returns:
- The processorInfo.
-
getProcessorInfoOrBuilder
ProcessorInfoOrBuilder getProcessorInfoOrBuilder()
The DocAI processor to process the documents with.
.google.cloud.contentwarehouse.v1.ProcessorInfo processor_info = 2;
-
-