Dataplex V1 API - Class Google::Cloud::Dataplex::V1::CreateEncryptionConfigRequest (v2.3.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateEncryptionConfigRequest.

Create EncryptionConfig Request

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#encryption_config

def encryption_config() -> ::Google::Cloud::Dataplex::V1::EncryptionConfig
Returns

#encryption_config=

def encryption_config=(value) -> ::Google::Cloud::Dataplex::V1::EncryptionConfig
Parameter
Returns

#encryption_config_id

def encryption_config_id() -> ::String
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.

#encryption_config_id=

def encryption_config_id=(value) -> ::String
Parameter
  • value (::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.
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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The location at which the EncryptionConfig is to be created.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The location at which the EncryptionConfig is to be created.
Returns
  • (::String) — Required. The location at which the EncryptionConfig is to be created.