| Modifier and Type | Method and Description |
|---|---|
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.clear() |
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.clearCaseSensitive()
Whether to consider case sensitivity when performing an exact match.
|
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.clone() |
ExactMatchConfig.Builder |
PhraseMatchRuleConfig.Builder.getExactMatchConfigBuilder()
The configuration for the exact match rule.
|
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.mergeFrom(ExactMatchConfig other) |
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ExactMatchConfig.Builder |
ExactMatchConfig.newBuilder() |
static ExactMatchConfig.Builder |
ExactMatchConfig.newBuilder(ExactMatchConfig prototype) |
ExactMatchConfig.Builder |
ExactMatchConfig.newBuilderForType() |
protected ExactMatchConfig.Builder |
ExactMatchConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.setCaseSensitive(boolean value)
Whether to consider case sensitivity when performing an exact match.
|
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExactMatchConfig.Builder |
ExactMatchConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExactMatchConfig.Builder |
ExactMatchConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PhraseMatchRuleConfig.Builder |
PhraseMatchRuleConfig.Builder.setExactMatchConfig(ExactMatchConfig.Builder builderForValue)
The configuration for the exact match rule.
|
Copyright © 2023 Google LLC. All rights reserved.