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:



117
118
119
120
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 117

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. The ID must contain only letters (a-z, A-Z), numbers (0-9), and hyphens (-). The maximum size is 63 characters. The first character must be a letter. The last character must be a letter or a number.

Returns:

  • (::String)

    Required. The ID of the EncryptionConfig to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and hyphens (-). The maximum size is 63 characters. The first character must be a letter. The last character must be a letter or a number.



117
118
119
120
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 117

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.



117
118
119
120
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 117

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