Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListSubscribersResponse.
Response Message for ListSubscribers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::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.
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.
#service_accounts
def service_accounts() -> ::Array<::String>
Returns
- (::Array<::String>) — List of service accounts which have subscriber access to the topic.
#service_accounts=
def service_accounts=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
#topic
def topic() -> ::String
Returns
- (::String) — Name of the topic registered with the reseller.
#topic=
def topic=(value) -> ::String
Parameter
- value (::String) — Name of the topic registered with the reseller.
Returns
- (::String) — Name of the topic registered with the reseller.