public final class ListSubscriptionsResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Cloud Pub/Sub API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ListSubscriptionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionsResponse |
clone() |
java.lang.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.
|
java.util.List<Subscription> |
getSubscriptions()
The subscriptions that match the request.
|
ListSubscriptionsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListSubscriptionsResponse |
setNextPageToken(java.lang.String nextPageToken)
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.
|
ListSubscriptionsResponse |
setSubscriptions(java.util.List<Subscription> subscriptions)
The subscriptions that match the request.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getNextPageToken()
null for nonepublic ListSubscriptionsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.util.List<Subscription> getSubscriptions()
null for nonepublic ListSubscriptionsResponse setSubscriptions(java.util.List<Subscription> subscriptions)
subscriptions - subscriptions or null for nonepublic ListSubscriptionsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListSubscriptionsResponse clone()
clone in class com.google.api.client.json.GenericJson