public final class GenerateRandomBytesResponse extends 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 Cloud Key Management Service (KMS) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GenerateRandomBytesResponse() |
| Modifier and Type | Method and Description |
|---|---|
GenerateRandomBytesResponse |
clone() |
byte[] |
decodeData()
The generated data.
|
GenerateRandomBytesResponse |
encodeData(byte[] data)
The generated data.
|
String |
getData()
The generated data.
|
Long |
getDataCrc32c()
Integrity verification field.
|
GenerateRandomBytesResponse |
set(String fieldName,
Object value) |
GenerateRandomBytesResponse |
setData(String data)
The generated data.
|
GenerateRandomBytesResponse |
setDataCrc32c(Long dataCrc32c)
Integrity verification field.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getData()
null for nonedecodeData()public byte[] decodeData()
null for nonegetData()public GenerateRandomBytesResponse setData(String data)
data - data or null for none#encodeData()public GenerateRandomBytesResponse encodeData(byte[] data)
The value is encoded Base64 or {@code null} for none.
public Long getDataCrc32c()
null for nonepublic GenerateRandomBytesResponse setDataCrc32c(Long dataCrc32c)
dataCrc32c - dataCrc32c or null for nonepublic GenerateRandomBytesResponse set(String fieldName, Object value)
set in class GenericJsonpublic GenerateRandomBytesResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.