Class: Google::Cloud::Channel::V1::ListSubscribersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListSubscribersResponse
- 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
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page. -
#service_accounts ⇒ ::Array<::String>
List of service accounts which have subscriber access to the topic.
-
#topic ⇒ ::String
Name of the topic registered with the reseller.
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.
1599 1600 1601 1602 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1599 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.
1599 1600 1601 1602 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1599 class ListSubscribersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#topic ⇒ ::String
Returns Name of the topic registered with the reseller.
1599 1600 1601 1602 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1599 class ListSubscribersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |