public static final class ImportContext.BakImportOptions.EncryptionOptions extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EncryptionOptions() |
| Modifier and Type | Method and Description |
|---|---|
ImportContext.BakImportOptions.EncryptionOptions |
clone() |
String |
getCertPath()
Path to the Certificate (.cer) in Cloud Storage, in the form `gs://bucketName/fileName`.
|
String |
getPvkPassword()
Password that encrypts the private key
|
String |
getPvkPath()
Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form
`gs://bucketName/fileName`.
|
ImportContext.BakImportOptions.EncryptionOptions |
set(String fieldName,
Object value) |
ImportContext.BakImportOptions.EncryptionOptions |
setCertPath(String certPath)
Path to the Certificate (.cer) in Cloud Storage, in the form `gs://bucketName/fileName`.
|
ImportContext.BakImportOptions.EncryptionOptions |
setPvkPassword(String pvkPassword)
Password that encrypts the private key
|
ImportContext.BakImportOptions.EncryptionOptions |
setPvkPath(String pvkPath)
Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form
`gs://bucketName/fileName`.
|
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 getCertPath()
null for nonepublic ImportContext.BakImportOptions.EncryptionOptions setCertPath(String certPath)
certPath - certPath or null for nonepublic String getPvkPassword()
null for nonepublic ImportContext.BakImportOptions.EncryptionOptions setPvkPassword(String pvkPassword)
pvkPassword - pvkPassword or null for nonepublic String getPvkPath()
null for nonepublic ImportContext.BakImportOptions.EncryptionOptions setPvkPath(String pvkPath)
pvkPath - pvkPath or null for nonepublic ImportContext.BakImportOptions.EncryptionOptions set(String fieldName, Object value)
set in class GenericJsonpublic ImportContext.BakImportOptions.EncryptionOptions clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.