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