public final class CertificateChains 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 |
|---|
CertificateChains() |
| Modifier and Type | Method and Description |
|---|---|
CertificateChains |
clone() |
List<String> |
getCaviumCerts()
Cavium certificate chain corresponding to the attestation.
|
List<String> |
getGoogleCardCerts()
Google card certificate chain corresponding to the attestation.
|
List<String> |
getGooglePartitionCerts()
Google partition certificate chain corresponding to the attestation.
|
CertificateChains |
set(String fieldName,
Object value) |
CertificateChains |
setCaviumCerts(List<String> caviumCerts)
Cavium certificate chain corresponding to the attestation.
|
CertificateChains |
setGoogleCardCerts(List<String> googleCardCerts)
Google card certificate chain corresponding to the attestation.
|
CertificateChains |
setGooglePartitionCerts(List<String> googlePartitionCerts)
Google partition certificate chain corresponding to the attestation.
|
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 List<String> getCaviumCerts()
null for nonepublic CertificateChains setCaviumCerts(List<String> caviumCerts)
caviumCerts - caviumCerts or null for nonepublic List<String> getGoogleCardCerts()
null for nonepublic CertificateChains setGoogleCardCerts(List<String> googleCardCerts)
googleCardCerts - googleCardCerts or null for nonepublic List<String> getGooglePartitionCerts()
null for nonepublic CertificateChains setGooglePartitionCerts(List<String> googlePartitionCerts)
googlePartitionCerts - googlePartitionCerts or null for nonepublic CertificateChains set(String fieldName, Object value)
set in class GenericJsonpublic CertificateChains clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.