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