Class: Google::Cloud::Eventarc::V1::DeleteChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::DeleteChannelRequest
- 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
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
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 |