class ListTopicSubscriptionsResponse extends Message

Response for the ListTopicSubscriptions method.

Protobuf type Google\Pubsub\V1\ListTopicSubscriptionsResponse

Methods

__construct()

No description

RepeatedField
getSubscriptions()

The names of the subscriptions that match the request.

setSubscriptions(array|RepeatedField $var)

The names of the subscriptions that match the request.

string
getNextPageToken()

If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ListTopicSubscriptionsRequest to get more subscriptions.

setNextPageToken(string $var)

If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ListTopicSubscriptionsRequest to get more subscriptions.

Details

at line 33
__construct()

at line 44
RepeatedField getSubscriptions()

The names of the subscriptions that match the request.

Generated from protobuf field repeated string subscriptions = 1;

Return Value

RepeatedField

at line 55
setSubscriptions(array|RepeatedField $var)

The names of the subscriptions that match the request.

Generated from protobuf field repeated string subscriptions = 1;

Parameters

array|RepeatedField $var

at line 69
string getNextPageToken()

If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ListTopicSubscriptionsRequest to get more subscriptions.

Generated from protobuf field string next_page_token = 2;

Return Value

string

at line 82
setNextPageToken(string $var)

If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ListTopicSubscriptionsRequest to get more subscriptions.

Generated from protobuf field string next_page_token = 2;

Parameters

string $var