Eventarc v1 API - Class UpdateTriggerRequest (2.4.0)

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

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

The request message for the UpdateTrigger method.

Inheritance

object > UpdateTriggerRequest

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

UpdateTriggerRequest()

public UpdateTriggerRequest()

UpdateTriggerRequest(UpdateTriggerRequest)

public UpdateTriggerRequest(UpdateTriggerRequest other)
Parameter
NameDescription
otherUpdateTriggerRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

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

Property Value
TypeDescription
bool

Trigger

public Trigger Trigger { get; set; }

The trigger to be updated.

Property Value
TypeDescription
Trigger

UpdateMask

public FieldMask UpdateMask { get; set; }

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
TypeDescription
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

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

Property Value
TypeDescription
bool