Class: Google::Cloud::Eventarc::V1::DeleteChannelConnectionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::DeleteChannelConnectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the DeleteChannelConnection method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the channel connection to delete.
365 366 367 368 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 365 class DeleteChannelConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |