public sealed class UpdateTriggerRequest : IMessage<UpdateTriggerRequest>, IEquatable<UpdateTriggerRequest>, IDeepCloneable<UpdateTriggerRequest>, IBufferMessage, IMessage
The request message for the UpdateTrigger method.
Implements
IMessage<UpdateTriggerRequest>, IEquatable<UpdateTriggerRequest>, IDeepCloneable<UpdateTriggerRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
UpdateTriggerRequest()
public UpdateTriggerRequest()
UpdateTriggerRequest(UpdateTriggerRequest)
public UpdateTriggerRequest(UpdateTriggerRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateTriggerRequest |
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 | |
---|---|
Type | Description |
Boolean |
Trigger
public Trigger Trigger { get; set; }
The trigger to be updated.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |
ValidateOnly
public bool ValidateOnly { get; set; }
Required. If set, validate the request and preview the review, but do not post it.
Property Value | |
---|---|
Type | Description |
Boolean |