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
getThreads
Optional. The number of threads to use for parallel import.
hasThreads
clearThreads
getThreadsValue
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
setThreadsValue
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
getParallelValue
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
setParallelValue
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