| Modifier and Type | Method and Description |
|---|---|
TransformationConfig |
TransformationConfig.Builder.build() |
TransformationConfig |
TransformationConfig.Builder.buildPartial() |
static TransformationConfig |
TransformationConfig.getDefaultInstance() |
TransformationConfig |
TransformationConfig.getDefaultInstanceForType() |
TransformationConfig |
TransformationConfig.Builder.getDefaultInstanceForType() |
TransformationConfig |
Action.DeidentifyOrBuilder.getTransformationConfig()
User specified deidentify templates and configs for structured,
unstructured, and image files.
|
TransformationConfig |
Action.Deidentify.getTransformationConfig()
User specified deidentify templates and configs for structured,
unstructured, and image files.
|
TransformationConfig |
Action.Deidentify.Builder.getTransformationConfig()
User specified deidentify templates and configs for structured,
unstructured, and image files.
|
static TransformationConfig |
TransformationConfig.parseDelimitedFrom(InputStream input) |
static TransformationConfig |
TransformationConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationConfig |
TransformationConfig.parseFrom(byte[] data) |
static TransformationConfig |
TransformationConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationConfig |
TransformationConfig.parseFrom(ByteBuffer data) |
static TransformationConfig |
TransformationConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationConfig |
TransformationConfig.parseFrom(com.google.protobuf.ByteString data) |
static TransformationConfig |
TransformationConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationConfig |
TransformationConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransformationConfig |
TransformationConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationConfig |
TransformationConfig.parseFrom(InputStream input) |
static TransformationConfig |
TransformationConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TransformationConfig> |
TransformationConfig.getParserForType() |
static com.google.protobuf.Parser<TransformationConfig> |
TransformationConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransformationConfig.Builder |
TransformationConfig.Builder.mergeFrom(TransformationConfig other) |
Action.Deidentify.Builder |
Action.Deidentify.Builder.mergeTransformationConfig(TransformationConfig value)
User specified deidentify templates and configs for structured,
unstructured, and image files.
|
static TransformationConfig.Builder |
TransformationConfig.newBuilder(TransformationConfig prototype) |
Action.Deidentify.Builder |
Action.Deidentify.Builder.setTransformationConfig(TransformationConfig value)
User specified deidentify templates and configs for structured,
unstructured, and image files.
|
Copyright © 2022 Google LLC. All rights reserved.