Class: Google::Cloud::Eventarc::V1::GetChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::GetChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the GetChannel method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the channel to get.
147 148 149 150 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 147 class GetChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |