ListSubscriptionsResponse
class ListSubscriptionsResponse extends Message
Response for the ListSubscriptions
method.
Protobuf type Google\Pubsub\V1\ListSubscriptionsResponse
Methods
No description
The subscriptions that match the request.
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
ListSubscriptionsRequest
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
ListSubscriptionsRequest
to get more subscriptions.
Details
at line 33
__construct()
at line 44
RepeatedField
getSubscriptions()
The subscriptions that match the request.
Generated from protobuf field repeated .google.pubsub.v1.Subscription subscriptions = 1;
at line 55
setSubscriptions(array|RepeatedField $var)
The subscriptions that match the request.
Generated from protobuf field repeated .google.pubsub.v1.Subscription 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
ListSubscriptionsRequest
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
ListSubscriptionsRequest
to get more subscriptions.
Generated from protobuf field string next_page_token = 2;