Class: Google::Cloud::Dataplex::V1::CreateEncryptionConfigRequest

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

Overview

Create EncryptionConfig Request

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_config::Google::Cloud::Dataplex::V1::EncryptionConfig

Returns Required. The EncryptionConfig to create.

Returns:



114
115
116
117
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 114

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

#encryption_config_id::String

Returns Required. The ID of the EncryptionConfig to create. Currently, only a value of "default" is supported.

Returns:

  • (::String)

    Required. The ID of the EncryptionConfig to create. Currently, only a value of "default" is supported.



114
115
116
117
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 114

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

#parent::String

Returns Required. The location at which the EncryptionConfig is to be created.

Returns:

  • (::String)

    Required. The location at which the EncryptionConfig is to be created.



114
115
116
117
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 114

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