public interface EncryptionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getEncryptionStatus()
Output only.
|
com.google.rpc.StatusOrBuilder |
getEncryptionStatusOrBuilder()
Output only.
|
EncryptionInfo.EncryptionType |
getEncryptionType()
Output only.
|
int |
getEncryptionTypeValue()
Output only.
|
String |
getKmsKeyVersion()
Output only.
|
com.google.protobuf.ByteString |
getKmsKeyVersionBytes()
Output only.
|
boolean |
hasEncryptionStatus()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getEncryptionTypeValue()
Output only. The type of encryption used to protect this resource.
.google.bigtable.admin.v2.EncryptionInfo.EncryptionType encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
EncryptionInfo.EncryptionType getEncryptionType()
Output only. The type of encryption used to protect this resource.
.google.bigtable.admin.v2.EncryptionInfo.EncryptionType encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasEncryptionStatus()
Output only. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing 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. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing 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. The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getKmsKeyVersion()
Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getKmsKeyVersionBytes()
Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Copyright © 2022 Google LLC. All rights reserved.