Class: Google::Cloud::Dataplex::V1::CreateEncryptionConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::CreateEncryptionConfigRequest
- 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
-
#encryption_config ⇒ ::Google::Cloud::Dataplex::V1::EncryptionConfig
Required.
-
#encryption_config_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#encryption_config ⇒ ::Google::Cloud::Dataplex::V1::EncryptionConfig
Returns Required. The EncryptionConfig to create.
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.
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.
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 |