Interface CryptoKeyConfigOrBuilder (1.5.0)

public interface CryptoKeyConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyReference()

public abstract String getKeyReference()

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

string key_reference = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The keyReference.

getKeyReferenceBytes()

public abstract ByteString getKeyReferenceBytes()

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

string key_reference = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for keyReference.