Uses of Class
com.google.privacy.dlp.v2.Action.Deidentify
-
Packages that use Action.Deidentify Package Description com.google.privacy.dlp.v2 -
-
Uses of Action.Deidentify in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return Action.Deidentify Modifier and Type Method Description Action.DeidentifyAction.Deidentify.Builder. build()Action.DeidentifyAction.Deidentify.Builder. buildPartial()static Action.DeidentifyAction.Deidentify. getDefaultInstance()Action.DeidentifyAction.Deidentify.Builder. getDefaultInstanceForType()Action.DeidentifyAction.Deidentify. getDefaultInstanceForType()Action.DeidentifyAction.Builder. getDeidentify()Create a de-identified copy of the input data.Action.DeidentifyAction. getDeidentify()Create a de-identified copy of the input data.Action.DeidentifyActionOrBuilder. getDeidentify()Create a de-identified copy of the input data.static Action.DeidentifyAction.Deidentify. parseDelimitedFrom(InputStream input)static Action.DeidentifyAction.Deidentify. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Action.DeidentifyAction.Deidentify. parseFrom(byte[] data)static Action.DeidentifyAction.Deidentify. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Action.DeidentifyAction.Deidentify. parseFrom(com.google.protobuf.ByteString data)static Action.DeidentifyAction.Deidentify. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Action.DeidentifyAction.Deidentify. parseFrom(com.google.protobuf.CodedInputStream input)static Action.DeidentifyAction.Deidentify. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Action.DeidentifyAction.Deidentify. parseFrom(InputStream input)static Action.DeidentifyAction.Deidentify. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Action.DeidentifyAction.Deidentify. parseFrom(ByteBuffer data)static Action.DeidentifyAction.Deidentify. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type Action.Deidentify Modifier and Type Method Description com.google.protobuf.Parser<Action.Deidentify>Action.Deidentify. getParserForType()static com.google.protobuf.Parser<Action.Deidentify>Action.Deidentify. parser()Methods in com.google.privacy.dlp.v2 with parameters of type Action.Deidentify Modifier and Type Method Description Action.BuilderAction.Builder. mergeDeidentify(Action.Deidentify value)Create a de-identified copy of the input data.Action.Deidentify.BuilderAction.Deidentify.Builder. mergeFrom(Action.Deidentify other)static Action.Deidentify.BuilderAction.Deidentify. newBuilder(Action.Deidentify prototype)Action.BuilderAction.Builder. setDeidentify(Action.Deidentify value)Create a de-identified copy of the input data.
-