Interface CreateEncryptionConfigRequestOrBuilder (1.60.0)

public interface CreateEncryptionConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEncryptionConfig()

public abstract EncryptionConfig getEncryptionConfig()

Required. The EncryptionConfig to create.

.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EncryptionConfig

The encryptionConfig.

getEncryptionConfigId()

public abstract String getEncryptionConfigId()

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.

string encryption_config_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The encryptionConfigId.

getEncryptionConfigIdBytes()

public abstract ByteString getEncryptionConfigIdBytes()

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.

string encryption_config_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for encryptionConfigId.

getEncryptionConfigOrBuilder()

public abstract EncryptionConfigOrBuilder getEncryptionConfigOrBuilder()

Required. The EncryptionConfig to create.

.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EncryptionConfigOrBuilder

getParent()

public abstract String getParent()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasEncryptionConfig()

public abstract boolean hasEncryptionConfig()

Required. The EncryptionConfig to create.

.google.cloud.dataplex.v1.EncryptionConfig encryption_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the encryptionConfig field is set.