public static final class ExportContext.TdeExportOptions
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TdeExportOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExportContext.TdeExportOptions |
clone() |
String |
getCertificatePath()
Required.
|
String |
getName()
Required.
|
String |
getPrivateKeyPassword()
Required.
|
String |
getPrivateKeyPath()
Required.
|
ExportContext.TdeExportOptions |
set(String fieldName,
Object value) |
ExportContext.TdeExportOptions |
setCertificatePath(String certificatePath)
Required.
|
ExportContext.TdeExportOptions |
setName(String name)
Required.
|
ExportContext.TdeExportOptions |
setPrivateKeyPassword(String privateKeyPassword)
Required.
|
ExportContext.TdeExportOptions |
setPrivateKeyPath(String privateKeyPath)
Required.
|
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 getCertificatePath()
null for nonepublic ExportContext.TdeExportOptions setCertificatePath(String certificatePath)
certificatePath - certificatePath or null for nonepublic String getName()
null for nonepublic ExportContext.TdeExportOptions setName(String name)
name - name or null for nonepublic String getPrivateKeyPassword()
null for nonepublic ExportContext.TdeExportOptions setPrivateKeyPassword(String privateKeyPassword)
privateKeyPassword - privateKeyPassword or null for nonepublic String getPrivateKeyPath()
null for nonepublic ExportContext.TdeExportOptions setPrivateKeyPath(String privateKeyPath)
privateKeyPath - privateKeyPath or null for nonepublic ExportContext.TdeExportOptions set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ExportContext.TdeExportOptions clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.