Interface ExportContext.SqlTdeExportOptionsOrBuilder (0.1.0)

public static interface ExportContext.SqlTdeExportOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificatePath()

public abstract String getCertificatePath()

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

string certificate_path = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The certificatePath.

getCertificatePathBytes()

public abstract ByteString getCertificatePathBytes()

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

string certificate_path = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for certificatePath.

getName()

public abstract String getName()

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

string name = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getPrivateKeyPassword()

public abstract String getPrivateKeyPassword()

Required. Password that encrypts the private key.

string private_key_password = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The privateKeyPassword.

getPrivateKeyPasswordBytes()

public abstract ByteString getPrivateKeyPasswordBytes()

Required. Password that encrypts the private key.

string private_key_password = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for privateKeyPassword.

getPrivateKeyPath()

public abstract String getPrivateKeyPath()

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

string private_key_path = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The privateKeyPath.

getPrivateKeyPathBytes()

public abstract ByteString getPrivateKeyPathBytes()

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

string private_key_path = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for privateKeyPath.