public static final class ExportContext.SqlExportOptions
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
ExportContext.SqlExportOptions.MysqlExportOptions
Options for exporting from MySQL.
|
static class |
ExportContext.SqlExportOptions.PostgresExportOptions
Options for exporting from a Cloud SQL for PostgreSQL instance.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SqlExportOptions() |
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 ExportContext.SqlExportOptions.MysqlExportOptions getMysqlExportOptions()
null for nonepublic ExportContext.SqlExportOptions setMysqlExportOptions(ExportContext.SqlExportOptions.MysqlExportOptions mysqlExportOptions)
mysqlExportOptions - mysqlExportOptions or null for nonepublic Boolean getParallel()
null for nonepublic ExportContext.SqlExportOptions setParallel(Boolean parallel)
parallel - parallel or null for nonepublic ExportContext.SqlExportOptions.PostgresExportOptions getPostgresExportOptions()
null for nonepublic ExportContext.SqlExportOptions setPostgresExportOptions(ExportContext.SqlExportOptions.PostgresExportOptions postgresExportOptions)
postgresExportOptions - postgresExportOptions or null for nonepublic Boolean getSchemaOnly()
null for nonepublic ExportContext.SqlExportOptions setSchemaOnly(Boolean schemaOnly)
schemaOnly - schemaOnly or null for nonepublic List<String> getTables()
null for nonepublic ExportContext.SqlExportOptions setTables(List<String> tables)
tables - tables or null for nonepublic Integer getThreads()
null for nonepublic ExportContext.SqlExportOptions setThreads(Integer threads)
threads - threads or null for nonepublic ExportContext.SqlExportOptions set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ExportContext.SqlExportOptions clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.