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