Class: Google::Cloud::Channel::V1::RegisterSubscriberResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::RegisterSubscriberResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response Message for RegisterSubscriber.
Instance Attribute Summary collapse
-
#topic ⇒ ::String
Name of the topic the subscriber will listen to.
Instance Attribute Details
#topic ⇒ ::String
Returns Name of the topic the subscriber will listen to.
1539 1540 1541 1542 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1539 class RegisterSubscriberResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |