Eventarc V1 API - Class Google::Cloud::Eventarc::V1::DeleteTriggerRequest (v0.3.0)

Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::DeleteTriggerRequest.

The request message for the DeleteTrigger method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

def allow_missing() -> ::Boolean
Returns
  • (::Boolean) — If set to true, and the trigger is not found, the request will succeed but no action will be taken on the server.

#allow_missing=

def allow_missing=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true, and the trigger is not found, the request will succeed but no action will be taken on the server.
Returns
  • (::Boolean) — If set to true, and the trigger is not found, the request will succeed but no action will be taken on the server.

#etag

def etag() -> ::String
Returns
  • (::String) — If provided, the trigger will only be deleted if the etag matches the current etag on the resource.

#etag=

def etag=(value) -> ::String
Parameter
  • value (::String) — If provided, the trigger will only be deleted if the etag matches the current etag on the resource.
Returns
  • (::String) — If provided, the trigger will only be deleted if the etag matches the current etag on the resource.

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the trigger to be deleted.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the trigger to be deleted.
Returns
  • (::String) — Required. The name of the trigger to be deleted.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Required. If set, validate the request and preview the review, but do not post it.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Required. If set, validate the request and preview the review, but do not post it.
Returns
  • (::Boolean) — Required. If set, validate the request and preview the review, but do not post it.