public interface EncryptionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EncryptionInfo.Type |
getEncryptionType()
Output only.
|
int |
getEncryptionTypeValue()
Output only.
|
String |
getKmsKeyVersions(int index)
Output only.
|
com.google.protobuf.ByteString |
getKmsKeyVersionsBytes(int index)
Output only.
|
int |
getKmsKeyVersionsCount()
Output only.
|
List<String> |
getKmsKeyVersionsList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getEncryptionTypeValue()
Output only. Type of encryption.
.google.cloud.alloydb.v1.EncryptionInfo.Type encryption_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
EncryptionInfo.Type getEncryptionType()
Output only. Type of encryption.
.google.cloud.alloydb.v1.EncryptionInfo.Type encryption_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<String> getKmsKeyVersionsList()
Output only. Cloud KMS key versions that are being used to protect the database or the backup.
repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
int getKmsKeyVersionsCount()
Output only. Cloud KMS key versions that are being used to protect the database or the backup.
repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
String getKmsKeyVersions(int index)
Output only. Cloud KMS key versions that are being used to protect the database or the backup.
repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
index - The index of the element to return.com.google.protobuf.ByteString getKmsKeyVersionsBytes(int index)
Output only. Cloud KMS key versions that are being used to protect the database or the backup.
repeated string kms_key_versions = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.