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 DeidentifyConfigDeidentifyConfig.Builder. build()DeidentifyConfigDeidentifyConfig.Builder. buildPartial()static DeidentifyConfigDeidentifyConfig. getDefaultInstance()DeidentifyConfigDeidentifyConfig.Builder. getDefaultInstanceForType()DeidentifyConfigDeidentifyConfig. getDefaultInstanceForType()DeidentifyConfigDeidentifyContentRequest.Builder. getDeidentifyConfig()Configuration for the de-identification of the content item.DeidentifyConfigDeidentifyContentRequest. getDeidentifyConfig()Configuration for the de-identification of the content item.DeidentifyConfigDeidentifyContentRequestOrBuilder. getDeidentifyConfig()Configuration for the de-identification of the content item.DeidentifyConfigDeidentifyTemplate.Builder. getDeidentifyConfig()The core content of the template.DeidentifyConfigDeidentifyTemplate. getDeidentifyConfig()The core content of the template.DeidentifyConfigDeidentifyTemplateOrBuilder. getDeidentifyConfig()The core content of the template.DeidentifyConfigReidentifyContentRequest.Builder. getReidentifyConfig()Configuration for the re-identification of the content item.DeidentifyConfigReidentifyContentRequest. getReidentifyConfig()Configuration for the re-identification of the content item.DeidentifyConfigReidentifyContentRequestOrBuilder. getReidentifyConfig()Configuration for the re-identification of the content item.static DeidentifyConfigDeidentifyConfig. parseDelimitedFrom(InputStream input)static DeidentifyConfigDeidentifyConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyConfigDeidentifyConfig. parseFrom(byte[] data)static DeidentifyConfigDeidentifyConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyConfigDeidentifyConfig. parseFrom(com.google.protobuf.ByteString data)static DeidentifyConfigDeidentifyConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyConfigDeidentifyConfig. parseFrom(com.google.protobuf.CodedInputStream input)static DeidentifyConfigDeidentifyConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyConfigDeidentifyConfig. parseFrom(InputStream input)static DeidentifyConfigDeidentifyConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyConfigDeidentifyConfig. parseFrom(ByteBuffer data)static DeidentifyConfigDeidentifyConfig. 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.BuilderDeidentifyContentRequest.Builder. mergeDeidentifyConfig(DeidentifyConfig value)Configuration for the de-identification of the content item.DeidentifyTemplate.BuilderDeidentifyTemplate.Builder. mergeDeidentifyConfig(DeidentifyConfig value)The core content of the template.DeidentifyConfig.BuilderDeidentifyConfig.Builder. mergeFrom(DeidentifyConfig other)ReidentifyContentRequest.BuilderReidentifyContentRequest.Builder. mergeReidentifyConfig(DeidentifyConfig value)Configuration for the re-identification of the content item.static DeidentifyConfig.BuilderDeidentifyConfig. newBuilder(DeidentifyConfig prototype)DeidentifyContentRequest.BuilderDeidentifyContentRequest.Builder. setDeidentifyConfig(DeidentifyConfig value)Configuration for the de-identification of the content item.DeidentifyTemplate.BuilderDeidentifyTemplate.Builder. setDeidentifyConfig(DeidentifyConfig value)The core content of the template.ReidentifyContentRequest.BuilderReidentifyContentRequest.Builder. setReidentifyConfig(DeidentifyConfig value)Configuration for the re-identification of the content item.
-