Package com.google.privacy.dlp.v2
Interface CryptoHashConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CryptoHashConfig,CryptoHashConfig.Builder
public interface CryptoHashConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CryptoKeygetCryptoKey()The key used by the hash function.CryptoKeyOrBuildergetCryptoKeyOrBuilder()The key used by the hash function.booleanhasCryptoKey()The key used by the hash function.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCryptoKey
boolean hasCryptoKey()
The key used by the hash function.
.google.privacy.dlp.v2.CryptoKey crypto_key = 1;- Returns:
- Whether the cryptoKey field is set.
-
getCryptoKey
CryptoKey getCryptoKey()
The key used by the hash function.
.google.privacy.dlp.v2.CryptoKey crypto_key = 1;- Returns:
- The cryptoKey.
-
getCryptoKeyOrBuilder
CryptoKeyOrBuilder getCryptoKeyOrBuilder()
The key used by the hash function.
.google.privacy.dlp.v2.CryptoKey crypto_key = 1;
-
-