public static interface Environment.KMSEnvMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCipherText()
The value of the cipherText response from the `encrypt` method.
|
com.google.protobuf.ByteString |
getCipherTextBytes()
The value of the cipherText response from the `encrypt` method.
|
String |
getKeyName()
The name of the KMS key that will be used to decrypt the cipher text.
|
com.google.protobuf.ByteString |
getKeyNameBytes()
The name of the KMS key that will be used to decrypt the cipher text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKeyName()
The name of the KMS key that will be used to decrypt the cipher text.
string key_name = 1;com.google.protobuf.ByteString getKeyNameBytes()
The name of the KMS key that will be used to decrypt the cipher text.
string key_name = 1;String getCipherText()
The value of the cipherText response from the `encrypt` method.
string cipher_text = 2;com.google.protobuf.ByteString getCipherTextBytes()
The value of the cipherText response from the `encrypt` method.
string cipher_text = 2;Copyright © 2025 Google LLC. All rights reserved.