Interface ApiHubInstance.ConfigOrBuilder (0.2.0)

public static interface ApiHubInstance.ConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCmekKeyName()

public abstract String getCmekKeyName()

Required. The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+), where the location must match the instance location.

string cmek_key_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The cmekKeyName.

getCmekKeyNameBytes()

public abstract ByteString getCmekKeyNameBytes()

Required. The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+), where the location must match the instance location.

string cmek_key_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for cmekKeyName.