ListTopicSubscriptionsResponse
class ListTopicSubscriptionsResponse extends Message
Response for the ListTopicSubscriptions
method.
Protobuf type Google\Pubsub\V1\ListTopicSubscriptionsResponse
Methods
No description
The names of the subscriptions that match the request.
The names of the subscriptions that match the request.
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.
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;
at line 55
setSubscriptions(array|RepeatedField $var)
The names of the subscriptions that match the request.
Generated from protobuf field repeated string subscriptions = 1;
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;
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;