public interface CryptoHashConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CryptoKey |
getCryptoKey()
The key used by the hash function.
|
CryptoKeyOrBuilder |
getCryptoKeyOrBuilder()
The key used by the hash function.
|
boolean |
hasCryptoKey()
The key used by the hash function.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasCryptoKey()
The key used by the hash function.
.google.privacy.dlp.v2.CryptoKey crypto_key = 1;
CryptoKey getCryptoKey()
The key used by the hash function.
.google.privacy.dlp.v2.CryptoKey crypto_key = 1;
CryptoKeyOrBuilder getCryptoKeyOrBuilder()
The key used by the hash function.
.google.privacy.dlp.v2.CryptoKey crypto_key = 1;