public static final class ImportContext.BakImportOptions
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
ImportContext.BakImportOptions.EncryptionOptions
Model definition for ImportContextBakImportOptionsEncryptionOptions.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BakImportOptions() |
| Modifier and Type | Method and Description |
|---|---|
ImportContext.BakImportOptions |
clone() |
String |
getBakType()
Type of the bak content, FULL or DIFF.
|
ImportContext.BakImportOptions.EncryptionOptions |
getEncryptionOptions() |
Boolean |
getNoRecovery()
Whether or not the backup importing will restore database with NORECOVERY option Applies only
to Cloud SQL for SQL Server.
|
Boolean |
getRecoveryOnly()
Whether or not the backup importing request will just bring database online without downloading
Bak content only one of "no_recovery" and "recovery_only" can be true otherwise error will
return.
|
String |
getStopAt()
Optional.
|
String |
getStopAtMark()
Optional.
|
Boolean |
getStriped()
Whether or not the backup set being restored is striped.
|
ImportContext.BakImportOptions |
set(String fieldName,
Object value) |
ImportContext.BakImportOptions |
setBakType(String bakType)
Type of the bak content, FULL or DIFF.
|
ImportContext.BakImportOptions |
setEncryptionOptions(ImportContext.BakImportOptions.EncryptionOptions encryptionOptions) |
ImportContext.BakImportOptions |
setNoRecovery(Boolean noRecovery)
Whether or not the backup importing will restore database with NORECOVERY option Applies only
to Cloud SQL for SQL Server.
|
ImportContext.BakImportOptions |
setRecoveryOnly(Boolean recoveryOnly)
Whether or not the backup importing request will just bring database online without downloading
Bak content only one of "no_recovery" and "recovery_only" can be true otherwise error will
return.
|
ImportContext.BakImportOptions |
setStopAt(String stopAt)
Optional.
|
ImportContext.BakImportOptions |
setStopAtMark(String stopAtMark)
Optional.
|
ImportContext.BakImportOptions |
setStriped(Boolean striped)
Whether or not the backup set being restored is striped.
|
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 getBakType()
null for nonepublic ImportContext.BakImportOptions setBakType(String bakType)
bakType - bakType or null for nonepublic ImportContext.BakImportOptions.EncryptionOptions getEncryptionOptions()
null for nonepublic ImportContext.BakImportOptions setEncryptionOptions(ImportContext.BakImportOptions.EncryptionOptions encryptionOptions)
encryptionOptions - encryptionOptions or null for nonepublic Boolean getNoRecovery()
null for nonepublic ImportContext.BakImportOptions setNoRecovery(Boolean noRecovery)
noRecovery - noRecovery or null for nonepublic Boolean getRecoveryOnly()
null for nonepublic ImportContext.BakImportOptions setRecoveryOnly(Boolean recoveryOnly)
recoveryOnly - recoveryOnly or null for nonepublic String getStopAt()
null for nonepublic ImportContext.BakImportOptions setStopAt(String stopAt)
stopAt - stopAt or null for nonepublic String getStopAtMark()
null for nonepublic ImportContext.BakImportOptions setStopAtMark(String stopAtMark)
stopAtMark - stopAtMark or null for nonepublic Boolean getStriped()
null for nonepublic ImportContext.BakImportOptions setStriped(Boolean striped)
striped - striped or null for nonepublic ImportContext.BakImportOptions set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ImportContext.BakImportOptions clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.