public static interface ImportContext.SqlTdeImportOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertificatePath()
public abstract String 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.
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 read access to the file. 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 read access to the file. 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 read access to the file. Applicable only for SQL Server instances.
string private_key_path = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for privateKeyPath. |