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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ topic |
string
Name of the topic registered with the reseller. |
↳ service_accounts |
string[]
List of service accounts which have subscriber access to the topic. |
↳ next_page_token |
string
A token that can be sent as |
getTopic
Name of the topic registered with the reseller.
Generated from protobuf field string topic = 1;
Returns | |
---|---|
Type | Description |
string |
setTopic
Name of the topic registered with the reseller.
Generated from protobuf field string topic = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getServiceAccounts
List of service accounts which have subscriber access to the topic.
Generated from protobuf field repeated string service_accounts = 2;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setServiceAccounts
List of service accounts which have subscriber access to the topic.
Generated from protobuf field repeated string service_accounts = 2;
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$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.
Generated from protobuf field string next_page_token = 3;
Returns | |
---|---|
Type | Description |
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.
Generated from protobuf field string next_page_token = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |