public interface CreatePipelineRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. The parent collection in which to add this pipeline.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent collection in which to add this pipeline.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getPipeline()
public abstract Pipeline getPipeline()
Required. The pipeline to create.
.google.cloud.eventarc.v1.Pipeline pipeline = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Pipeline |
The pipeline. |
getPipelineId()
public abstract String getPipelineId()
Required. The user-provided ID to be assigned to the Pipeline. It should
match the format ^a-z?$
.
string pipeline_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The pipelineId. |
getPipelineIdBytes()
public abstract ByteString getPipelineIdBytes()
Required. The user-provided ID to be assigned to the Pipeline. It should
match the format ^a-z?$
.
string pipeline_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pipelineId. |
getPipelineOrBuilder()
public abstract PipelineOrBuilder getPipelineOrBuilder()
Required. The pipeline to create.
.google.cloud.eventarc.v1.Pipeline pipeline = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PipelineOrBuilder |
getValidateOnly()
public abstract boolean getValidateOnly()
Optional. If set, validate the request and preview the review, but do not post it.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The validateOnly. |
hasPipeline()
public abstract boolean hasPipeline()
Required. The pipeline to create.
.google.cloud.eventarc.v1.Pipeline pipeline = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the pipeline field is set. |