Class: Google::Cloud::Batch::V1::Environment::KMSEnvMap

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/batch/v1/task.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cipher_text::String

Returns The value of the cipherText response from the encrypt method.

Returns:

  • (::String)

    The value of the cipherText response from the encrypt method.



474
475
476
477
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 474

class KMSEnvMap
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#key_name::String

Returns 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.



474
475
476
477
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 474

class KMSEnvMap
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end