public interface ExternalProtectionLevelOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEkmConnectionKeyPath()
The path to the external key material on the EKM when using
[EkmConnection][google.cloud.kms.v1.EkmConnection] e.g., "v0/my/key".
|
com.google.protobuf.ByteString |
getEkmConnectionKeyPathBytes()
The path to the external key material on the EKM when using
[EkmConnection][google.cloud.kms.v1.EkmConnection] e.g., "v0/my/key".
|
String |
getExternalKeyUri()
The URI for an external resource that this
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] represents.
|
com.google.protobuf.ByteString |
getExternalKeyUriBytes()
The URI for an external resource that this
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] represents.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExternalKeyUri()
The URI for an external resource that this [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] represents.
string external_key_uri = 1;com.google.protobuf.ByteString getExternalKeyUriBytes()
The URI for an external resource that this [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] represents.
string external_key_uri = 1;String getEkmConnectionKeyPath()
The path to the external key material on the EKM when using [EkmConnection][google.cloud.kms.v1.EkmConnection] e.g., "v0/my/key". Set this field instead of external_key_uri when using an [EkmConnection][google.cloud.kms.v1.EkmConnection].
string ekm_connection_key_path = 2;com.google.protobuf.ByteString getEkmConnectionKeyPathBytes()
The path to the external key material on the EKM when using [EkmConnection][google.cloud.kms.v1.EkmConnection] e.g., "v0/my/key". Set this field instead of external_key_uri when using an [EkmConnection][google.cloud.kms.v1.EkmConnection].
string ekm_connection_key_path = 2;Copyright © 2022 Google LLC. All rights reserved.