public interface ExternalProtectionLevelOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The externalKeyUri. |
getExternalKeyUriBytes()
public abstract ByteString getExternalKeyUriBytes()The URI for an external resource that this CryptoKeyVersion represents.
string external_key_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for externalKeyUri. |