Eventarc V1 API - Class Google::Cloud::Eventarc::V1::DeleteChannelRequest (v0.2.1)

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

The request message for the DeleteChannel method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

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

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the channel to be deleted.
Returns
  • (::String) — Required. The name of the channel 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.