public interface CryptoKeyConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for keyReference. |