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.Deidentify
Action.Deidentify.Builder. build()
Action.Deidentify
Action.Deidentify.Builder. buildPartial()
static Action.Deidentify
Action.Deidentify. getDefaultInstance()
Action.Deidentify
Action.Deidentify.Builder. getDefaultInstanceForType()
Action.Deidentify
Action.Deidentify. getDefaultInstanceForType()
Action.Deidentify
Action.Builder. getDeidentify()
Create a de-identified copy of the input data.Action.Deidentify
Action. getDeidentify()
Create a de-identified copy of the input data.Action.Deidentify
ActionOrBuilder. getDeidentify()
Create a de-identified copy of the input data.static Action.Deidentify
Action.Deidentify. parseDelimitedFrom(InputStream input)
static Action.Deidentify
Action.Deidentify. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action.Deidentify
Action.Deidentify. parseFrom(byte[] data)
static Action.Deidentify
Action.Deidentify. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action.Deidentify
Action.Deidentify. parseFrom(com.google.protobuf.ByteString data)
static Action.Deidentify
Action.Deidentify. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action.Deidentify
Action.Deidentify. parseFrom(com.google.protobuf.CodedInputStream input)
static Action.Deidentify
Action.Deidentify. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action.Deidentify
Action.Deidentify. parseFrom(InputStream input)
static Action.Deidentify
Action.Deidentify. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action.Deidentify
Action.Deidentify. parseFrom(ByteBuffer data)
static Action.Deidentify
Action.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.Builder
Action.Builder. mergeDeidentify(Action.Deidentify value)
Create a de-identified copy of the input data.Action.Deidentify.Builder
Action.Deidentify.Builder. mergeFrom(Action.Deidentify other)
static Action.Deidentify.Builder
Action.Deidentify. newBuilder(Action.Deidentify prototype)
Action.Builder
Action.Builder. setDeidentify(Action.Deidentify value)
Create a de-identified copy of the input data.
-