Reference documentation and code samples for the Cloud PubSub V1 Client class ListSubscriptionsResponse.
Response for the ListSubscriptions
method.
Generated from protobuf message google.pubsub.v1.ListSubscriptionsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ subscriptions
↳ next_page_token
string
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.
getSubscriptions
The subscriptions that match the request.
Generated from protobuf field repeated .google.pubsub.v1.Subscription subscriptions = 1;
Google\Protobuf\Internal\RepeatedField
setSubscriptions
The subscriptions that match the request.
Generated from protobuf field repeated .google.pubsub.v1.Subscription subscriptions = 1;
$this
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;
string
setNextPageToken
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;
var
string
$this