public interface RestoreDatabaseEncryptionConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEncryptionType()
public abstract RestoreDatabaseEncryptionConfig.EncryptionType getEncryptionType()Required. The encryption type of the restored database.
.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType encryption_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RestoreDatabaseEncryptionConfig.EncryptionType |
The encryptionType. |
getEncryptionTypeValue()
public abstract int getEncryptionTypeValue()Required. The encryption type of the restored database.
.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType encryption_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for encryptionType. |
getKmsKeyName()
public abstract String getKmsKeyName() Optional. The Cloud KMS key that will be used to encrypt/decrypt the restored
database. This field should be set only when
encryption_type is
CUSTOMER_MANAGED_ENCRYPTION. Values are of the form
projects/<project>/locations/<location>/keyRings/<key_ring>/cryptoKeys/<kms_key_name>.
string kms_key_name = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The kmsKeyName. |
getKmsKeyNameBytes()
public abstract ByteString getKmsKeyNameBytes() Optional. The Cloud KMS key that will be used to encrypt/decrypt the restored
database. This field should be set only when
encryption_type is
CUSTOMER_MANAGED_ENCRYPTION. Values are of the form
projects/<project>/locations/<location>/keyRings/<key_ring>/cryptoKeys/<kms_key_name>.
string kms_key_name = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kmsKeyName. |