public interface EncryptionInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.rpc.Status |
getEncryptionStatus()
Output only.
|
com.google.rpc.StatusOrBuilder |
getEncryptionStatusOrBuilder()
Output only.
|
EncryptionInfo.Type |
getEncryptionType()
Output only.
|
int |
getEncryptionTypeValue()
Output only.
|
String |
getKmsKeyVersion()
Output only.
|
ByteString |
getKmsKeyVersionBytes()
Output only.
|
boolean |
hasEncryptionStatus()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getEncryptionTypeValue()
Output only. The type of encryption.
.google.spanner.admin.database.v1.EncryptionInfo.Type encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
EncryptionInfo.Type getEncryptionType()
Output only. The type of encryption.
.google.spanner.admin.database.v1.EncryptionInfo.Type encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasEncryptionStatus()
Output only. If present, the status of a recent encrypt/decrypt call on underlying data for this database or backup. Regardless of status, data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.rpc.Status getEncryptionStatus()
Output only. If present, the status of a recent encrypt/decrypt call on underlying data for this database or backup. Regardless of status, data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.rpc.StatusOrBuilder getEncryptionStatusOrBuilder()
Output only. If present, the status of a recent encrypt/decrypt call on underlying data for this database or backup. Regardless of status, data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getKmsKeyVersion()
Output only. A Cloud KMS key version that is being used to protect the database or backup.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
ByteString getKmsKeyVersionBytes()
Output only. A Cloud KMS key version that is being used to protect the database or backup.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Copyright © 2022 Google LLC. All rights reserved.