Class: Google::Cloud::Channel::V1::RegisterSubscriberResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#topic::String

Returns Name of the topic the subscriber will listen to.

Returns:

  • (::String)

    Name of the topic the subscriber will listen to.



1058
1059
1060
1061
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1058

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