Uses of Class
com.google.privacy.dlp.v2.CryptoHashConfig
-
Packages that use CryptoHashConfig Package Description com.google.privacy.dlp.v2 -
-
Uses of CryptoHashConfig in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return CryptoHashConfig Modifier and Type Method Description CryptoHashConfig
CryptoHashConfig.Builder. build()
CryptoHashConfig
CryptoHashConfig.Builder. buildPartial()
CryptoHashConfig
PrimitiveTransformation.Builder. getCryptoHashConfig()
CryptoCryptoHashConfig
PrimitiveTransformation. getCryptoHashConfig()
CryptoCryptoHashConfig
PrimitiveTransformationOrBuilder. getCryptoHashConfig()
Cryptostatic CryptoHashConfig
CryptoHashConfig. getDefaultInstance()
CryptoHashConfig
CryptoHashConfig.Builder. getDefaultInstanceForType()
CryptoHashConfig
CryptoHashConfig. getDefaultInstanceForType()
static CryptoHashConfig
CryptoHashConfig. parseDelimitedFrom(InputStream input)
static CryptoHashConfig
CryptoHashConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CryptoHashConfig
CryptoHashConfig. parseFrom(byte[] data)
static CryptoHashConfig
CryptoHashConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CryptoHashConfig
CryptoHashConfig. parseFrom(com.google.protobuf.ByteString data)
static CryptoHashConfig
CryptoHashConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CryptoHashConfig
CryptoHashConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static CryptoHashConfig
CryptoHashConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CryptoHashConfig
CryptoHashConfig. parseFrom(InputStream input)
static CryptoHashConfig
CryptoHashConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CryptoHashConfig
CryptoHashConfig. parseFrom(ByteBuffer data)
static CryptoHashConfig
CryptoHashConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type CryptoHashConfig Modifier and Type Method Description com.google.protobuf.Parser<CryptoHashConfig>
CryptoHashConfig. getParserForType()
static com.google.protobuf.Parser<CryptoHashConfig>
CryptoHashConfig. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type CryptoHashConfig Modifier and Type Method Description PrimitiveTransformation.Builder
PrimitiveTransformation.Builder. mergeCryptoHashConfig(CryptoHashConfig value)
CryptoCryptoHashConfig.Builder
CryptoHashConfig.Builder. mergeFrom(CryptoHashConfig other)
static CryptoHashConfig.Builder
CryptoHashConfig. newBuilder(CryptoHashConfig prototype)
PrimitiveTransformation.Builder
PrimitiveTransformation.Builder. setCryptoHashConfig(CryptoHashConfig value)
Crypto
-