Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlImportOptions.
Generated from protobuf message google.cloud.sql.v1.ImportContext.SqlImportOptions
Namespace
Google \ Cloud \ Sql \ V1 \ ImportContextMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ threads
↳ parallel
↳ postgres_import_options
SqlImportOptions\PostgresImportOptions
Optional. Options for importing from a Cloud SQL for PostgreSQL instance.
getThreads
Optional. The number of threads to use for parallel import.
hasThreads
clearThreads
getThreadsUnwrapped
Returns the unboxed value from getThreads()
Optional. The number of threads to use for parallel import.
int|null
setThreads
Optional. The number of threads to use for parallel import.
$this
setThreadsUnwrapped
Sets the field by wrapping a primitive type in a Google\Protobuf\Int32Value object.
Optional. The number of threads to use for parallel import.
var
int|null
$this
getParallel
Optional. Whether or not the import should be parallel.
hasParallel
clearParallel
getParallelUnwrapped
Returns the unboxed value from getParallel()
Optional. Whether or not the import should be parallel.
bool|null
setParallel
Optional. Whether or not the import should be parallel.
$this
setParallelUnwrapped
Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
Optional. Whether or not the import should be parallel.
var
bool|null
$this
getPostgresImportOptions
Optional. Options for importing from a Cloud SQL for PostgreSQL instance.
hasPostgresImportOptions
clearPostgresImportOptions
setPostgresImportOptions
Optional. Options for importing from a Cloud SQL for PostgreSQL instance.
$this