Google Cloud Channel V1 Client - Class ListSubscribersResponse (1.7.0)

Reference documentation and code samples for the Google Cloud Channel V1 Client class ListSubscribersResponse.

Response Message for ListSubscribers.

Generated from protobuf message google.cloud.channel.v1.ListSubscribersResponse

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ topic string

Name of the topic registered with the reseller.

↳ service_accounts array

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

↳ next_page_token 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.

getTopic

Name of the topic registered with the reseller.

Returns
TypeDescription
string

setTopic

Name of the topic registered with the reseller.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getServiceAccounts

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServiceAccounts

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getNextPageToken

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
TypeDescription
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
var string
Returns
TypeDescription
$this