Interface RunPipelineRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunPipelineRequest,RunPipelineRequest.Builder
public interface RunPipelineRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportToCdwPipelinegetExportCdwPipeline()Export docuemnts from Document Warehouse to CDW for training purpose.ExportToCdwPipelineOrBuildergetExportCdwPipelineOrBuilder()Export docuemnts from Document Warehouse to CDW for training purpose.GcsIngestPipelinegetGcsIngestPipeline()Cloud Storage ingestion pipeline.GcsIngestPipelineOrBuildergetGcsIngestPipelineOrBuilder()Cloud Storage ingestion pipeline.GcsIngestWithDocAiProcessorsPipelinegetGcsIngestWithDocAiProcessorsPipeline()Use DocAI processors to process documents in Cloud Storage and ingest them to Document Warehouse.GcsIngestWithDocAiProcessorsPipelineOrBuildergetGcsIngestWithDocAiProcessorsPipelineOrBuilder()Use DocAI processors to process documents in Cloud Storage and ingest them to Document Warehouse.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.RunPipelineRequest.PipelineCasegetPipelineCase()ProcessWithDocAiPipelinegetProcessWithDocAiPipeline()Use a DocAI processor to process documents in Document Warehouse, and re-ingest the updated results into Document Warehouse.ProcessWithDocAiPipelineOrBuildergetProcessWithDocAiPipelineOrBuilder()Use a DocAI processor to process documents in Document Warehouse, and re-ingest the updated results into Document Warehouse.RequestMetadatagetRequestMetadata()The meta information collected about the end user, used to enforce access control for the service.RequestMetadataOrBuildergetRequestMetadataOrBuilder()The meta information collected about the end user, used to enforce access control for the service.booleanhasExportCdwPipeline()Export docuemnts from Document Warehouse to CDW for training purpose.booleanhasGcsIngestPipeline()Cloud Storage ingestion pipeline.booleanhasGcsIngestWithDocAiProcessorsPipeline()Use DocAI processors to process documents in Cloud Storage and ingest them to Document Warehouse.booleanhasProcessWithDocAiPipeline()Use a DocAI processor to process documents in Document Warehouse, and re-ingest the updated results into Document Warehouse.booleanhasRequestMetadata()The meta information collected about the end user, used to enforce access control for the service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Required. The resource name which owns the resources of the pipeline. Format: projects/{project_number}/locations/{location}.string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Required. The resource name which owns the resources of the pipeline. Format: projects/{project_number}/locations/{location}.string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for name.
-
hasGcsIngestPipeline
boolean hasGcsIngestPipeline()
Cloud Storage ingestion pipeline.
.google.cloud.contentwarehouse.v1.GcsIngestPipeline gcs_ingest_pipeline = 2;- Returns:
- Whether the gcsIngestPipeline field is set.
-
getGcsIngestPipeline
GcsIngestPipeline getGcsIngestPipeline()
Cloud Storage ingestion pipeline.
.google.cloud.contentwarehouse.v1.GcsIngestPipeline gcs_ingest_pipeline = 2;- Returns:
- The gcsIngestPipeline.
-
getGcsIngestPipelineOrBuilder
GcsIngestPipelineOrBuilder getGcsIngestPipelineOrBuilder()
Cloud Storage ingestion pipeline.
.google.cloud.contentwarehouse.v1.GcsIngestPipeline gcs_ingest_pipeline = 2;
-
hasGcsIngestWithDocAiProcessorsPipeline
boolean hasGcsIngestWithDocAiProcessorsPipeline()
Use DocAI processors to process documents in Cloud Storage and ingest them to Document Warehouse.
.google.cloud.contentwarehouse.v1.GcsIngestWithDocAiProcessorsPipeline gcs_ingest_with_doc_ai_processors_pipeline = 3;- Returns:
- Whether the gcsIngestWithDocAiProcessorsPipeline field is set.
-
getGcsIngestWithDocAiProcessorsPipeline
GcsIngestWithDocAiProcessorsPipeline getGcsIngestWithDocAiProcessorsPipeline()
Use DocAI processors to process documents in Cloud Storage and ingest them to Document Warehouse.
.google.cloud.contentwarehouse.v1.GcsIngestWithDocAiProcessorsPipeline gcs_ingest_with_doc_ai_processors_pipeline = 3;- Returns:
- The gcsIngestWithDocAiProcessorsPipeline.
-
getGcsIngestWithDocAiProcessorsPipelineOrBuilder
GcsIngestWithDocAiProcessorsPipelineOrBuilder getGcsIngestWithDocAiProcessorsPipelineOrBuilder()
Use DocAI processors to process documents in Cloud Storage and ingest them to Document Warehouse.
.google.cloud.contentwarehouse.v1.GcsIngestWithDocAiProcessorsPipeline gcs_ingest_with_doc_ai_processors_pipeline = 3;
-
hasExportCdwPipeline
boolean hasExportCdwPipeline()
Export docuemnts from Document Warehouse to CDW for training purpose.
.google.cloud.contentwarehouse.v1.ExportToCdwPipeline export_cdw_pipeline = 4;- Returns:
- Whether the exportCdwPipeline field is set.
-
getExportCdwPipeline
ExportToCdwPipeline getExportCdwPipeline()
Export docuemnts from Document Warehouse to CDW for training purpose.
.google.cloud.contentwarehouse.v1.ExportToCdwPipeline export_cdw_pipeline = 4;- Returns:
- The exportCdwPipeline.
-
getExportCdwPipelineOrBuilder
ExportToCdwPipelineOrBuilder getExportCdwPipelineOrBuilder()
Export docuemnts from Document Warehouse to CDW for training purpose.
.google.cloud.contentwarehouse.v1.ExportToCdwPipeline export_cdw_pipeline = 4;
-
hasProcessWithDocAiPipeline
boolean hasProcessWithDocAiPipeline()
Use a DocAI processor to process documents in Document Warehouse, and re-ingest the updated results into Document Warehouse.
.google.cloud.contentwarehouse.v1.ProcessWithDocAiPipeline process_with_doc_ai_pipeline = 5;- Returns:
- Whether the processWithDocAiPipeline field is set.
-
getProcessWithDocAiPipeline
ProcessWithDocAiPipeline getProcessWithDocAiPipeline()
Use a DocAI processor to process documents in Document Warehouse, and re-ingest the updated results into Document Warehouse.
.google.cloud.contentwarehouse.v1.ProcessWithDocAiPipeline process_with_doc_ai_pipeline = 5;- Returns:
- The processWithDocAiPipeline.
-
getProcessWithDocAiPipelineOrBuilder
ProcessWithDocAiPipelineOrBuilder getProcessWithDocAiPipelineOrBuilder()
Use a DocAI processor to process documents in Document Warehouse, and re-ingest the updated results into Document Warehouse.
.google.cloud.contentwarehouse.v1.ProcessWithDocAiPipeline process_with_doc_ai_pipeline = 5;
-
hasRequestMetadata
boolean hasRequestMetadata()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 6;- Returns:
- Whether the requestMetadata field is set.
-
getRequestMetadata
RequestMetadata getRequestMetadata()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 6;- Returns:
- The requestMetadata.
-
getRequestMetadataOrBuilder
RequestMetadataOrBuilder getRequestMetadataOrBuilder()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 6;
-
getPipelineCase
RunPipelineRequest.PipelineCase getPipelineCase()
-
-