public final class ListTopicSubscriptionsResponse
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 |
|---|
ListTopicSubscriptionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListTopicSubscriptionsResponse |
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 `ListTopicSubscriptionsRequest` to get more subscriptions.
|
java.util.List<java.lang.String> |
getSubscriptions()
The names of the subscriptions that match the request.
|
ListTopicSubscriptionsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListTopicSubscriptionsResponse |
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 `ListTopicSubscriptionsRequest` to get more subscriptions.
|
ListTopicSubscriptionsResponse |
setSubscriptions(java.util.List<java.lang.String> subscriptions)
The names of the subscriptions that match the request.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getNextPageToken()
null for nonepublic ListTopicSubscriptionsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.util.List<java.lang.String> getSubscriptions()
null for nonepublic ListTopicSubscriptionsResponse setSubscriptions(java.util.List<java.lang.String> subscriptions)
subscriptions - subscriptions or null for nonepublic ListTopicSubscriptionsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListTopicSubscriptionsResponse clone()
clone in class com.google.api.client.json.GenericJson