Interface LocationMetadataOrBuilder (2.44.0)

public interface LocationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEkmAvailable()

public abstract boolean getEkmAvailable()

Indicates whether CryptoKeys with protection_level EXTERNAL can be created in this location.

bool ekm_available = 2;

Returns
TypeDescription
boolean

The ekmAvailable.

getHsmAvailable()

public abstract boolean getHsmAvailable()

Indicates whether CryptoKeys with protection_level HSM can be created in this location.

bool hsm_available = 1;

Returns
TypeDescription
boolean

The hsmAvailable.