public final class RunPipelineRequest extends GeneratedMessageV3 implements RunPipelineRequestOrBuilder
Request message for DocumentService.RunPipeline.
Protobuf type google.cloud.contentwarehouse.v1.RunPipelineRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
EXPORT_CDW_PIPELINE_FIELD_NUMBER
public static final int EXPORT_CDW_PIPELINE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GCS_INGEST_PIPELINE_FIELD_NUMBER
public static final int GCS_INGEST_PIPELINE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GCS_INGEST_WITH_DOC_AI_PROCESSORS_PIPELINE_FIELD_NUMBER
public static final int GCS_INGEST_WITH_DOC_AI_PROCESSORS_PIPELINE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROCESS_WITH_DOC_AI_PIPELINE_FIELD_NUMBER
public static final int PROCESS_WITH_DOC_AI_PIPELINE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
REQUEST_METADATA_FIELD_NUMBER
public static final int REQUEST_METADATA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static RunPipelineRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RunPipelineRequest.Builder newBuilder()
newBuilder(RunPipelineRequest prototype)
public static RunPipelineRequest.Builder newBuilder(RunPipelineRequest prototype)
parseDelimitedFrom(InputStream input)
public static RunPipelineRequest parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RunPipelineRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RunPipelineRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RunPipelineRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RunPipelineRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunPipelineRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static RunPipelineRequest parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RunPipelineRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static RunPipelineRequest parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RunPipelineRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RunPipelineRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RunPipelineRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RunPipelineRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public RunPipelineRequest getDefaultInstanceForType()
getExportCdwPipeline()
public ExportToCdwPipeline getExportCdwPipeline()
Export docuemnts from Document Warehouse to CDW for training purpose.
.google.cloud.contentwarehouse.v1.ExportToCdwPipeline export_cdw_pipeline = 4;
getExportCdwPipelineOrBuilder()
public ExportToCdwPipelineOrBuilder getExportCdwPipelineOrBuilder()
Export docuemnts from Document Warehouse to CDW for training purpose.
.google.cloud.contentwarehouse.v1.ExportToCdwPipeline export_cdw_pipeline = 4;
getGcsIngestPipeline()
public GcsIngestPipeline getGcsIngestPipeline()
Cloud Storage ingestion pipeline.
.google.cloud.contentwarehouse.v1.GcsIngestPipeline gcs_ingest_pipeline = 2;
getGcsIngestPipelineOrBuilder()
public GcsIngestPipelineOrBuilder getGcsIngestPipelineOrBuilder()
Cloud Storage ingestion pipeline.
.google.cloud.contentwarehouse.v1.GcsIngestPipeline gcs_ingest_pipeline = 2;
getGcsIngestWithDocAiProcessorsPipeline()
public 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;
getGcsIngestWithDocAiProcessorsPipelineOrBuilder()
public 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;
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 |
Type |
Description |
String |
The name.
|
getNameBytes()
public 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 |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<RunPipelineRequest> getParserForType()
Overrides
getPipelineCase()
public RunPipelineRequest.PipelineCase getPipelineCase()
getProcessWithDocAiPipeline()
public 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;
getProcessWithDocAiPipelineOrBuilder()
public 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;
getRequestMetadata()
public 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;
getRequestMetadataOrBuilder()
public 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;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasExportCdwPipeline()
public boolean hasExportCdwPipeline()
Export docuemnts from Document Warehouse to CDW for training purpose.
.google.cloud.contentwarehouse.v1.ExportToCdwPipeline export_cdw_pipeline = 4;
Returns |
Type |
Description |
boolean |
Whether the exportCdwPipeline field is set.
|
hasGcsIngestPipeline()
public boolean hasGcsIngestPipeline()
Cloud Storage ingestion pipeline.
.google.cloud.contentwarehouse.v1.GcsIngestPipeline gcs_ingest_pipeline = 2;
Returns |
Type |
Description |
boolean |
Whether the gcsIngestPipeline field is set.
|
hasGcsIngestWithDocAiProcessorsPipeline()
public 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 |
Type |
Description |
boolean |
Whether the gcsIngestWithDocAiProcessorsPipeline field is set.
|
hasProcessWithDocAiPipeline()
public 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 |
Type |
Description |
boolean |
Whether the processWithDocAiPipeline field is set.
|
hasRequestMetadata()
public 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 |
Type |
Description |
boolean |
Whether the requestMetadata field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public RunPipelineRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RunPipelineRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public RunPipelineRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides