Google Cloud Sql Admin V1 Client - Class SqlTdeImportOptions (1.6.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlTdeImportOptions.

Generated from protobuf message google.cloud.sql.v1.ImportContext.SqlTdeImportOptions

Namespace

Google \ Cloud \ Sql \ V1 \ ImportContext

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ certificate_path string

Required. Path to the TDE certificate public key in the form gs://bucketName/fileName. The instance must have read access to the file. Applicable only for SQL Server instances.

↳ private_key_path string

Required. Path to the TDE certificate private key in the form gs://bucketName/fileName. The instance must have read access to the file. Applicable only for SQL Server instances.

↳ private_key_password string

Required. Password that encrypts the private key.

↳ name string

Required. Certificate name. Applicable only for SQL Server instances.

getCertificatePath

Required. Path to the TDE certificate public key in the form gs://bucketName/fileName.

The instance must have read access to the file. Applicable only for SQL Server instances.

Returns
Type Description
string

setCertificatePath

Required. Path to the TDE certificate public key in the form gs://bucketName/fileName.

The instance must have read access to the file. Applicable only for SQL Server instances.

Parameter
Name Description
var string
Returns
Type Description
$this

getPrivateKeyPath

Required. Path to the TDE certificate private key in the form gs://bucketName/fileName.

The instance must have read access to the file. Applicable only for SQL Server instances.

Returns
Type Description
string

setPrivateKeyPath

Required. Path to the TDE certificate private key in the form gs://bucketName/fileName.

The instance must have read access to the file. Applicable only for SQL Server instances.

Parameter
Name Description
var string
Returns
Type Description
$this

getPrivateKeyPassword

Required. Password that encrypts the private key.

Returns
Type Description
string

setPrivateKeyPassword

Required. Password that encrypts the private key.

Parameter
Name Description
var string
Returns
Type Description
$this

getName

Required. Certificate name.

Applicable only for SQL Server instances.

Returns
Type Description
string

setName

Required. Certificate name.

Applicable only for SQL Server instances.

Parameter
Name Description
var string
Returns
Type Description
$this