Batch V1 API - Class Google::Cloud::Batch::V1::Environment::KMSEnvMap (v0.17.2)

Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::Environment::KMSEnvMap.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cipher_text

def cipher_text() -> ::String
Returns
  • (::String) — The value of the cipherText response from the encrypt method.

#cipher_text=

def cipher_text=(value) -> ::String
Parameter
  • value (::String) — The value of the cipherText response from the encrypt method.
Returns
  • (::String) — The value of the cipherText response from the encrypt method.

#key_name

def key_name() -> ::String
Returns
  • (::String) — The name of the KMS key that will be used to decrypt the cipher text.

#key_name=

def key_name=(value) -> ::String
Parameter
  • value (::String) — The name of the KMS key that will be used to decrypt the cipher text.
Returns
  • (::String) — The name of the KMS key that will be used to decrypt the cipher text.