Class: Google::Cloud::Eventarc::V1::DeleteChannelRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/eventarc/v1/eventarc.rb

Overview

The request message for the DeleteChannel method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the channel to be deleted.

Returns:

  • (::String)

    Required. The name of the channel to be deleted.



240
241
242
243
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 240

class DeleteChannelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

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

Returns:

  • (::Boolean)

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



240
241
242
243
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 240

class DeleteChannelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end