Interface InitializeEncryptionSpecRequestOrBuilder (4.58.0)

public interface InitializeEncryptionSpecRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEncryptionSpec()

public abstract EncryptionSpec getEncryptionSpec()

Required. The encryption spec used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the kms_key_name is left empty, no encryption will be enforced.

.google.cloud.dialogflow.v2beta1.EncryptionSpec encryption_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EncryptionSpec

The encryptionSpec.

getEncryptionSpecOrBuilder()

public abstract EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()

Required. The encryption spec used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the kms_key_name is left empty, no encryption will be enforced.

.google.cloud.dialogflow.v2beta1.EncryptionSpec encryption_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EncryptionSpecOrBuilder

hasEncryptionSpec()

public abstract boolean hasEncryptionSpec()

Required. The encryption spec used for CMEK encryption. It is required that the kms key is in the same region as the endpoint. The same key will be used for all provisioned resources, if encryption is available. If the kms_key_name is left empty, no encryption will be enforced.

.google.cloud.dialogflow.v2beta1.EncryptionSpec encryption_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the encryptionSpec field is set.