Reference documentation and code samples for the Google Cloud Eventarc V1 Client class CreatePipelineRequest.
The request message for the CreatePipeline method.
Generated from protobuf message google.cloud.eventarc.v1.CreatePipelineRequest
Namespace
Google \ Cloud \ Eventarc \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent collection in which to add this pipeline.
↳ pipeline
↳ pipeline_id
string
Required. The user-provided ID to be assigned to the Pipeline. It should match the format ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.
↳ validate_only
bool
Optional. If set, validate the request and preview the review, but do not post it.
getParent
Required. The parent collection in which to add this pipeline.
string
setParent
Required. The parent collection in which to add this pipeline.
var
string
$this
getPipeline
Required. The pipeline to create.
hasPipeline
clearPipeline
setPipeline
Required. The pipeline to create.
$this
getPipelineId
Required. The user-provided ID to be assigned to the Pipeline. It should
match the format ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.
string
setPipelineId
Required. The user-provided ID to be assigned to the Pipeline. It should
match the format ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.
var
string
$this
getValidateOnly
Optional. If set, validate the request and preview the review, but do not post it.
bool
setValidateOnly
Optional. If set, validate the request and preview the review, but do not post it.
var
bool
$this
static::build
parent
string
Required. The parent collection in which to add this pipeline. Please see EventarcClient::locationName() for help formatting this field.
pipeline
pipelineId
string
Required. The user-provided ID to be assigned to the Pipeline. It should
match the format ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.

