Eventarc v1 API - Class CreatePipelineRequest (2.6.0)

public sealed class CreatePipelineRequest : IMessage<CreatePipelineRequest>, IEquatable<CreatePipelineRequest>, IDeepCloneable<CreatePipelineRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class CreatePipelineRequest.

The request message for the CreatePipeline method.

Inheritance

object > CreatePipelineRequest

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

CreatePipelineRequest()

public CreatePipelineRequest()

CreatePipelineRequest(CreatePipelineRequest)

public CreatePipelineRequest(CreatePipelineRequest other)
Parameter
Name Description
other CreatePipelineRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent collection in which to add this pipeline.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

Pipeline

public Pipeline Pipeline { get; set; }

Required. The pipeline to create.

Property Value
Type Description
Pipeline

PipelineId

public string PipelineId { get; set; }

Required. The user-provided ID to be assigned to the Pipeline.

Property Value
Type Description
string

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. If set, validate the request and preview the review, but do not post it.

Property Value
Type Description
bool