public final class MacVerifyResponse 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 |
|---|
MacVerifyResponse() |
| Modifier and Type | Method and Description |
|---|---|
MacVerifyResponse |
clone() |
String |
getName()
The resource name of the CryptoKeyVersion used for verification.
|
String |
getProtectionLevel()
The ProtectionLevel of the CryptoKeyVersion used for verification.
|
Boolean |
getSuccess()
This field indicates whether or not the verification operation for MacVerifyRequest.mac over
MacVerifyRequest.data was successful.
|
Boolean |
getVerifiedDataCrc32c()
Integrity verification field.
|
Boolean |
getVerifiedMacCrc32c()
Integrity verification field.
|
Boolean |
getVerifiedSuccessIntegrity()
Integrity verification field.
|
MacVerifyResponse |
set(String fieldName,
Object value) |
MacVerifyResponse |
setName(String name)
The resource name of the CryptoKeyVersion used for verification.
|
MacVerifyResponse |
setProtectionLevel(String protectionLevel)
The ProtectionLevel of the CryptoKeyVersion used for verification.
|
MacVerifyResponse |
setSuccess(Boolean success)
This field indicates whether or not the verification operation for MacVerifyRequest.mac over
MacVerifyRequest.data was successful.
|
MacVerifyResponse |
setVerifiedDataCrc32c(Boolean verifiedDataCrc32c)
Integrity verification field.
|
MacVerifyResponse |
setVerifiedMacCrc32c(Boolean verifiedMacCrc32c)
Integrity verification field.
|
MacVerifyResponse |
setVerifiedSuccessIntegrity(Boolean verifiedSuccessIntegrity)
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 getName()
null for nonepublic MacVerifyResponse setName(String name)
name - name or null for nonepublic String getProtectionLevel()
null for nonepublic MacVerifyResponse setProtectionLevel(String protectionLevel)
protectionLevel - protectionLevel or null for nonepublic Boolean getSuccess()
null for nonepublic MacVerifyResponse setSuccess(Boolean success)
success - success or null for nonepublic Boolean getVerifiedDataCrc32c()
null for nonepublic MacVerifyResponse setVerifiedDataCrc32c(Boolean verifiedDataCrc32c)
verifiedDataCrc32c - verifiedDataCrc32c or null for nonepublic Boolean getVerifiedMacCrc32c()
null for nonepublic MacVerifyResponse setVerifiedMacCrc32c(Boolean verifiedMacCrc32c)
verifiedMacCrc32c - verifiedMacCrc32c or null for nonepublic Boolean getVerifiedSuccessIntegrity()
null for nonepublic MacVerifyResponse setVerifiedSuccessIntegrity(Boolean verifiedSuccessIntegrity)
verifiedSuccessIntegrity - verifiedSuccessIntegrity or null for nonepublic MacVerifyResponse set(String fieldName, Object value)
set in class GenericJsonpublic MacVerifyResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.