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 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;