Class: Google::Cloud::Dataform::V1::DataEncryptionState

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

Overview

Describes encryption state of a resource.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_version_name::String

Returns Required. The KMS key version name with which data of a resource is encrypted.

Returns:

  • (::String)

    Required. The KMS key version name with which data of a resource is encrypted.



29
30
31
32
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 29

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