public sealed class DeleteTriggerRequest : IMessage<DeleteTriggerRequest>, IEquatable<DeleteTriggerRequest>, IDeepCloneable<DeleteTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class DeleteTriggerRequest.
The request message for the DeleteTrigger method.
Implements
IMessageDeleteTriggerRequest, IEquatableDeleteTriggerRequest, IDeepCloneableDeleteTriggerRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
DeleteTriggerRequest()
public DeleteTriggerRequest()
DeleteTriggerRequest(DeleteTriggerRequest)
public DeleteTriggerRequest(DeleteTriggerRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteTriggerRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
If set to true, and the trigger is not found, the request will succeed but no action will be taken on the server.
Property Value | |
---|---|
Type | Description |
bool |
Etag
public string Etag { get; set; }
If provided, the trigger will only be deleted if the etag matches the current etag on the resource.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The name of the trigger to be deleted.
Property Value | |
---|---|
Type | Description |
string |
TriggerName
public TriggerName TriggerName { get; set; }
TriggerName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
TriggerName |
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 |