Interface ExternalProtectionLevelOptionsOrBuilder (2.11.0)

public interface ExternalProtectionLevelOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEkmConnectionKeyPath()

public abstract String getEkmConnectionKeyPath()

The path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key". Set this field instead of external_key_uri when using an EkmConnection.

string ekm_connection_key_path = 2;

Returns
TypeDescription
String

The ekmConnectionKeyPath.

getEkmConnectionKeyPathBytes()

public abstract ByteString getEkmConnectionKeyPathBytes()

The path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key". Set this field instead of external_key_uri when using an EkmConnection.

string ekm_connection_key_path = 2;

Returns
TypeDescription
ByteString

The bytes for ekmConnectionKeyPath.

getExternalKeyUri()

public abstract String getExternalKeyUri()

The URI for an external resource that this CryptoKeyVersion represents.

string external_key_uri = 1;

Returns
TypeDescription
String

The externalKeyUri.

getExternalKeyUriBytes()

public abstract ByteString getExternalKeyUriBytes()

The URI for an external resource that this CryptoKeyVersion represents.

string external_key_uri = 1;

Returns
TypeDescription
ByteString

The bytes for externalKeyUri.