Uses of Class
com.google.privacy.dlp.v2.DeidentifyConfig
-
Packages that use DeidentifyConfig Package Description com.google.privacy.dlp.v2 -
-
Uses of DeidentifyConfig in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return DeidentifyConfig Modifier and Type Method Description DeidentifyConfig
DeidentifyConfig.Builder. build()
DeidentifyConfig
DeidentifyConfig.Builder. buildPartial()
static DeidentifyConfig
DeidentifyConfig. getDefaultInstance()
DeidentifyConfig
DeidentifyConfig.Builder. getDefaultInstanceForType()
DeidentifyConfig
DeidentifyConfig. getDefaultInstanceForType()
DeidentifyConfig
DeidentifyContentRequest.Builder. getDeidentifyConfig()
Configuration for the de-identification of the content item.DeidentifyConfig
DeidentifyContentRequest. getDeidentifyConfig()
Configuration for the de-identification of the content item.DeidentifyConfig
DeidentifyContentRequestOrBuilder. getDeidentifyConfig()
Configuration for the de-identification of the content item.DeidentifyConfig
DeidentifyTemplate.Builder. getDeidentifyConfig()
The core content of the template.DeidentifyConfig
DeidentifyTemplate. getDeidentifyConfig()
The core content of the template.DeidentifyConfig
DeidentifyTemplateOrBuilder. getDeidentifyConfig()
The core content of the template.DeidentifyConfig
ReidentifyContentRequest.Builder. getReidentifyConfig()
Configuration for the re-identification of the content item.DeidentifyConfig
ReidentifyContentRequest. getReidentifyConfig()
Configuration for the re-identification of the content item.DeidentifyConfig
ReidentifyContentRequestOrBuilder. getReidentifyConfig()
Configuration for the re-identification of the content item.static DeidentifyConfig
DeidentifyConfig. parseDelimitedFrom(InputStream input)
static DeidentifyConfig
DeidentifyConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeidentifyConfig
DeidentifyConfig. parseFrom(byte[] data)
static DeidentifyConfig
DeidentifyConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeidentifyConfig
DeidentifyConfig. parseFrom(com.google.protobuf.ByteString data)
static DeidentifyConfig
DeidentifyConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeidentifyConfig
DeidentifyConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static DeidentifyConfig
DeidentifyConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeidentifyConfig
DeidentifyConfig. parseFrom(InputStream input)
static DeidentifyConfig
DeidentifyConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeidentifyConfig
DeidentifyConfig. parseFrom(ByteBuffer data)
static DeidentifyConfig
DeidentifyConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type DeidentifyConfig Modifier and Type Method Description com.google.protobuf.Parser<DeidentifyConfig>
DeidentifyConfig. getParserForType()
static com.google.protobuf.Parser<DeidentifyConfig>
DeidentifyConfig. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type DeidentifyConfig Modifier and Type Method Description DeidentifyContentRequest.Builder
DeidentifyContentRequest.Builder. mergeDeidentifyConfig(DeidentifyConfig value)
Configuration for the de-identification of the content item.DeidentifyTemplate.Builder
DeidentifyTemplate.Builder. mergeDeidentifyConfig(DeidentifyConfig value)
The core content of the template.DeidentifyConfig.Builder
DeidentifyConfig.Builder. mergeFrom(DeidentifyConfig other)
ReidentifyContentRequest.Builder
ReidentifyContentRequest.Builder. mergeReidentifyConfig(DeidentifyConfig value)
Configuration for the re-identification of the content item.static DeidentifyConfig.Builder
DeidentifyConfig. newBuilder(DeidentifyConfig prototype)
DeidentifyContentRequest.Builder
DeidentifyContentRequest.Builder. setDeidentifyConfig(DeidentifyConfig value)
Configuration for the de-identification of the content item.DeidentifyTemplate.Builder
DeidentifyTemplate.Builder. setDeidentifyConfig(DeidentifyConfig value)
The core content of the template.ReidentifyContentRequest.Builder
ReidentifyContentRequest.Builder. setReidentifyConfig(DeidentifyConfig value)
Configuration for the re-identification of the content item.
-