| Modifier and Type | Method and Description |
|---|---|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.addAllDoNotAssociateTerms(Iterable<String> values)
Cannot contain duplicates or the query term.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.addAllQueryTerms(Iterable<String> values)
Terms from the search query.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.addAllTerms(Iterable<String> values)
Will be [deprecated = true] post migration;
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.addDoNotAssociateTerms(String value)
Cannot contain duplicates or the query term.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.addDoNotAssociateTermsBytes(com.google.protobuf.ByteString value)
Cannot contain duplicates or the query term.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.addQueryTerms(String value)
Terms from the search query.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.addQueryTermsBytes(com.google.protobuf.ByteString value)
Terms from the search query.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.addTerms(String value)
Will be [deprecated = true] post migration;
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.addTermsBytes(com.google.protobuf.ByteString value)
Will be [deprecated = true] post migration;
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.clear() |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.clearDoNotAssociateTerms()
Cannot contain duplicates or the query term.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.clearQueryTerms()
Terms from the search query.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.clearTerms()
Will be [deprecated = true] post migration;
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.clone() |
Rule.DoNotAssociateAction.Builder |
Rule.Builder.getDoNotAssociateActionBuilder()
Prevents term from being associated with other terms.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.mergeFrom(com.google.protobuf.Message other) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.mergeFrom(Rule.DoNotAssociateAction other) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.newBuilder() |
static Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.newBuilder(Rule.DoNotAssociateAction prototype) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.newBuilderForType() |
protected Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.setDoNotAssociateTerms(int index,
String value)
Cannot contain duplicates or the query term.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.setQueryTerms(int index,
String value)
Terms from the search query.
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.setTerms(int index,
String value)
Will be [deprecated = true] post migration;
|
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Rule.DoNotAssociateAction.Builder |
Rule.DoNotAssociateAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.setDoNotAssociateAction(Rule.DoNotAssociateAction.Builder builderForValue)
Prevents term from being associated with other terms.
|
Copyright © 2024 Google LLC. All rights reserved.