| Modifier and Type | Method and Description |
|---|---|
DeidentifyConfig |
DeidentifyConfig.Builder.build() |
DeidentifyConfig |
DeidentifyConfig.Builder.buildPartial() |
static DeidentifyConfig |
DeidentifyConfig.getDefaultInstance() |
DeidentifyConfig |
DeidentifyConfig.getDefaultInstanceForType() |
DeidentifyConfig |
DeidentifyConfig.Builder.getDefaultInstanceForType() |
DeidentifyConfig |
DeidentifyTemplate.getDeidentifyConfig()
The core content of the template.
|
DeidentifyConfig |
DeidentifyTemplate.Builder.getDeidentifyConfig()
The core content of the template.
|
DeidentifyConfig |
DeidentifyContentRequest.getDeidentifyConfig()
Configuration for the de-identification of the content item.
|
DeidentifyConfig |
DeidentifyContentRequest.Builder.getDeidentifyConfig()
Configuration for the de-identification of the content item.
|
DeidentifyConfig |
DeidentifyContentRequestOrBuilder.getDeidentifyConfig()
Configuration for the de-identification of the content item.
|
DeidentifyConfig |
DeidentifyTemplateOrBuilder.getDeidentifyConfig()
The core content of the template.
|
DeidentifyConfig |
ReidentifyContentRequestOrBuilder.getReidentifyConfig()
Configuration for the re-identification of the content item.
|
DeidentifyConfig |
ReidentifyContentRequest.getReidentifyConfig()
Configuration for the re-identification of the content item.
|
DeidentifyConfig |
ReidentifyContentRequest.Builder.getReidentifyConfig()
Configuration for the re-identification of the content item.
|
static DeidentifyConfig |
DeidentifyConfig.parseDelimitedFrom(InputStream input) |
static DeidentifyConfig |
DeidentifyConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeidentifyConfig |
DeidentifyConfig.parseFrom(byte[] data) |
static DeidentifyConfig |
DeidentifyConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeidentifyConfig |
DeidentifyConfig.parseFrom(ByteBuffer data) |
static DeidentifyConfig |
DeidentifyConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeidentifyConfig |
DeidentifyConfig.parseFrom(com.google.protobuf.ByteString data) |
static DeidentifyConfig |
DeidentifyConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeidentifyConfig |
DeidentifyConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static DeidentifyConfig |
DeidentifyConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeidentifyConfig |
DeidentifyConfig.parseFrom(InputStream input) |
static DeidentifyConfig |
DeidentifyConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DeidentifyConfig> |
DeidentifyConfig.getParserForType() |
static com.google.protobuf.Parser<DeidentifyConfig> |
DeidentifyConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
DeidentifyTemplate.Builder |
DeidentifyTemplate.Builder.mergeDeidentifyConfig(DeidentifyConfig value)
The core content of the template.
|
DeidentifyContentRequest.Builder |
DeidentifyContentRequest.Builder.mergeDeidentifyConfig(DeidentifyConfig value)
Configuration for the de-identification of the content item.
|
DeidentifyConfig.Builder |
DeidentifyConfig.Builder.mergeFrom(DeidentifyConfig other) |
ReidentifyContentRequest.Builder |
ReidentifyContentRequest.Builder.mergeReidentifyConfig(DeidentifyConfig value)
Configuration for the re-identification of the content item.
|
static DeidentifyConfig.Builder |
DeidentifyConfig.newBuilder(DeidentifyConfig prototype) |
DeidentifyTemplate.Builder |
DeidentifyTemplate.Builder.setDeidentifyConfig(DeidentifyConfig value)
The core content of the template.
|
DeidentifyContentRequest.Builder |
DeidentifyContentRequest.Builder.setDeidentifyConfig(DeidentifyConfig value)
Configuration for the de-identification of the content item.
|
ReidentifyContentRequest.Builder |
ReidentifyContentRequest.Builder.setReidentifyConfig(DeidentifyConfig value)
Configuration for the re-identification of the content item.
|
Copyright © 2022 Google LLC. All rights reserved.