Interface CryptoHashConfigOrBuilder (3.3.2)

public interface CryptoHashConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCryptoKey()

public abstract CryptoKey getCryptoKey()

The key used by the hash function.

.google.privacy.dlp.v2.CryptoKey crypto_key = 1;

Returns
TypeDescription
CryptoKey

The cryptoKey.

getCryptoKeyOrBuilder()

public abstract CryptoKeyOrBuilder getCryptoKeyOrBuilder()

The key used by the hash function.

.google.privacy.dlp.v2.CryptoKey crypto_key = 1;

Returns
TypeDescription
CryptoKeyOrBuilder

hasCryptoKey()

public abstract boolean hasCryptoKey()

The key used by the hash function.

.google.privacy.dlp.v2.CryptoKey crypto_key = 1;

Returns
TypeDescription
boolean

Whether the cryptoKey field is set.