| Modifier and Type | Method and Description |
|---|---|
InfoTypeTransformations |
InfoTypeTransformations.Builder.build() |
InfoTypeTransformations |
InfoTypeTransformations.Builder.buildPartial() |
static InfoTypeTransformations |
InfoTypeTransformations.getDefaultInstance() |
InfoTypeTransformations |
InfoTypeTransformations.getDefaultInstanceForType() |
InfoTypeTransformations |
InfoTypeTransformations.Builder.getDefaultInstanceForType() |
InfoTypeTransformations |
DeidentifyConfigOrBuilder.getInfoTypeTransformations()
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
InfoTypeTransformations |
DeidentifyConfig.getInfoTypeTransformations()
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
InfoTypeTransformations |
DeidentifyConfig.Builder.getInfoTypeTransformations()
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
InfoTypeTransformations |
FieldTransformationOrBuilder.getInfoTypeTransformations()
Treat the contents of the field as free text, and selectively
transform content that matches an `InfoType`.
|
InfoTypeTransformations |
FieldTransformation.getInfoTypeTransformations()
Treat the contents of the field as free text, and selectively
transform content that matches an `InfoType`.
|
InfoTypeTransformations |
FieldTransformation.Builder.getInfoTypeTransformations()
Treat the contents of the field as free text, and selectively
transform content that matches an `InfoType`.
|
static InfoTypeTransformations |
InfoTypeTransformations.parseDelimitedFrom(InputStream input) |
static InfoTypeTransformations |
InfoTypeTransformations.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InfoTypeTransformations |
InfoTypeTransformations.parseFrom(byte[] data) |
static InfoTypeTransformations |
InfoTypeTransformations.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InfoTypeTransformations |
InfoTypeTransformations.parseFrom(ByteBuffer data) |
static InfoTypeTransformations |
InfoTypeTransformations.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InfoTypeTransformations |
InfoTypeTransformations.parseFrom(com.google.protobuf.ByteString data) |
static InfoTypeTransformations |
InfoTypeTransformations.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InfoTypeTransformations |
InfoTypeTransformations.parseFrom(com.google.protobuf.CodedInputStream input) |
static InfoTypeTransformations |
InfoTypeTransformations.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InfoTypeTransformations |
InfoTypeTransformations.parseFrom(InputStream input) |
static InfoTypeTransformations |
InfoTypeTransformations.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<InfoTypeTransformations> |
InfoTypeTransformations.getParserForType() |
static com.google.protobuf.Parser<InfoTypeTransformations> |
InfoTypeTransformations.parser() |
| Modifier and Type | Method and Description |
|---|---|
InfoTypeTransformations.Builder |
InfoTypeTransformations.Builder.mergeFrom(InfoTypeTransformations other) |
DeidentifyConfig.Builder |
DeidentifyConfig.Builder.mergeInfoTypeTransformations(InfoTypeTransformations value)
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
FieldTransformation.Builder |
FieldTransformation.Builder.mergeInfoTypeTransformations(InfoTypeTransformations value)
Treat the contents of the field as free text, and selectively
transform content that matches an `InfoType`.
|
static InfoTypeTransformations.Builder |
InfoTypeTransformations.newBuilder(InfoTypeTransformations prototype) |
DeidentifyConfig.Builder |
DeidentifyConfig.Builder.setInfoTypeTransformations(InfoTypeTransformations value)
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
FieldTransformation.Builder |
FieldTransformation.Builder.setInfoTypeTransformations(InfoTypeTransformations value)
Treat the contents of the field as free text, and selectively
transform content that matches an `InfoType`.
|
Copyright © 2022 Google LLC. All rights reserved.