public final class ListKeyRingsResponse
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 Key Management Service (KMS) 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 |
|---|
ListKeyRingsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListKeyRingsResponse |
clone() |
java.util.List<KeyRing> |
getKeyRings()
The list of KeyRings.
|
java.lang.String |
getNextPageToken()
A token to retrieve next page of results.
|
java.lang.Integer |
getTotalSize()
The total number of KeyRings that matched the query.
|
ListKeyRingsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListKeyRingsResponse |
setKeyRings(java.util.List<KeyRing> keyRings)
The list of KeyRings.
|
ListKeyRingsResponse |
setNextPageToken(java.lang.String nextPageToken)
A token to retrieve next page of results.
|
ListKeyRingsResponse |
setTotalSize(java.lang.Integer totalSize)
The total number of KeyRings that matched the query.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<KeyRing> getKeyRings()
null for nonepublic ListKeyRingsResponse setKeyRings(java.util.List<KeyRing> keyRings)
keyRings - keyRings or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ListKeyRingsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.lang.Integer getTotalSize()
null for nonepublic ListKeyRingsResponse setTotalSize(java.lang.Integer totalSize)
totalSize - totalSize or null for nonepublic ListKeyRingsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListKeyRingsResponse clone()
clone in class com.google.api.client.json.GenericJson