| Modifier and Type | Method and Description |
|---|---|
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.clear() |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.clearCloudStoragePath()
Newline-delimited file of words in Cloud Storage.
|
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.clearSource() |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.clearWordList()
List of words or phrases to search for.
|
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.clone() |
CustomInfoType.Dictionary.Builder |
StoredInfoTypeConfig.Builder.getDictionaryBuilder()
Store dictionary-based CustomInfoType.
|
CustomInfoType.Dictionary.Builder |
CustomInfoType.Builder.getDictionaryBuilder()
A list of phrases to detect as a CustomInfoType.
|
CustomInfoType.Dictionary.Builder |
ExclusionRule.Builder.getDictionaryBuilder()
Dictionary which defines the rule.
|
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.mergeCloudStoragePath(CloudStoragePath value)
Newline-delimited file of words in Cloud Storage.
|
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.mergeFrom(CustomInfoType.Dictionary other) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.mergeFrom(com.google.protobuf.Message other) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.mergeWordList(CustomInfoType.Dictionary.WordList value)
List of words or phrases to search for.
|
static CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.newBuilder() |
static CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.newBuilder(CustomInfoType.Dictionary prototype) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.newBuilderForType() |
protected CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.setCloudStoragePath(CloudStoragePath.Builder builderForValue)
Newline-delimited file of words in Cloud Storage.
|
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.setCloudStoragePath(CloudStoragePath value)
Newline-delimited file of words in Cloud Storage.
|
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.setWordList(CustomInfoType.Dictionary.WordList.Builder builderForValue)
List of words or phrases to search for.
|
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.Builder.setWordList(CustomInfoType.Dictionary.WordList value)
List of words or phrases to search for.
|
CustomInfoType.Dictionary.Builder |
CustomInfoType.Dictionary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
StoredInfoTypeConfig.Builder |
StoredInfoTypeConfig.Builder.setDictionary(CustomInfoType.Dictionary.Builder builderForValue)
Store dictionary-based CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setDictionary(CustomInfoType.Dictionary.Builder builderForValue)
A list of phrases to detect as a CustomInfoType.
|
ExclusionRule.Builder |
ExclusionRule.Builder.setDictionary(CustomInfoType.Dictionary.Builder builderForValue)
Dictionary which defines the rule.
|
Copyright © 2022 Google LLC. All rights reserved.