Eventarc v1 API - Class UpdatePipelineRequest (2.6.0)

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

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

The request message for the UpdatePipeline method.

Inheritance

object > UpdatePipelineRequest

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

UpdatePipelineRequest()

public UpdatePipelineRequest()

UpdatePipelineRequest(UpdatePipelineRequest)

public UpdatePipelineRequest(UpdatePipelineRequest other)
Parameter
Name Description
other UpdatePipelineRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

Optional. If set to true, and the Pipeline is not found, a new Pipeline will be created. In this situation, update_mask is ignored.

Property Value
Type Description
bool

Pipeline

public Pipeline Pipeline { get; set; }

Required. The Pipeline to be updated.

Property Value
Type Description
Pipeline

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".

Property Value
Type Description
FieldMask

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