Class: Google::Cloud::Channel::V1::ListSubscribersResponse

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 ListSubscribers.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



1117
1118
1119
1120
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1117

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

#service_accounts::Array<::String>

Returns List of service accounts which have subscriber access to the topic.

Returns:

  • (::Array<::String>)

    List of service accounts which have subscriber access to the topic.



1117
1118
1119
1120
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1117

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

#topic::String

Returns Name of the topic registered with the reseller.

Returns:

  • (::String)

    Name of the topic registered with the reseller.



1117
1118
1119
1120
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1117

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