Interface CreateEncryptionConfigRequestOrBuilder (1.62.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. Currently, only a value of "default" is supported.

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. Currently, only a value of "default" is supported.

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.