- 2.80.0 (latest)
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.72.0
 - 2.70.0
 - 2.69.0
 - 2.66.0
 - 2.65.0
 - 2.64.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.1
 - 2.4.0
 - 2.3.0
 - 2.2.3
 - 2.1.0
 - 2.0.19
 
public static final class Rule.DoNotAssociateAction.Builder extends GeneratedMessageV3.Builder<Rule.DoNotAssociateAction.Builder> implements Rule.DoNotAssociateActionOrBuilder Prevents query_term from being associated with specified terms during
 search.
 Example: Don't associate "gShoe" and "cheap".
 Protobuf type google.cloud.retail.v2beta.Rule.DoNotAssociateAction
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Rule.DoNotAssociateAction.BuilderImplements
Rule.DoNotAssociateActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAllDoNotAssociateTerms(Iterable<String> values)
public Rule.DoNotAssociateAction.Builder addAllDoNotAssociateTerms(Iterable<String> values)Cannot contain duplicates or the query term. Can specify up to 100 terms.
 repeated string do_not_associate_terms = 3;
| Name | Description | 
| values | Iterable<String>The doNotAssociateTerms to add.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
addAllQueryTerms(Iterable<String> values)
public Rule.DoNotAssociateAction.Builder addAllQueryTerms(Iterable<String> values)Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.
 repeated string query_terms = 2;
| Name | Description | 
| values | Iterable<String>The queryTerms to add.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
addAllTerms(Iterable<String> values)
public Rule.DoNotAssociateAction.Builder addAllTerms(Iterable<String> values)Will be [deprecated = true] post migration;
 repeated string terms = 1;
| Name | Description | 
| values | Iterable<String>The terms to add.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
addDoNotAssociateTerms(String value)
public Rule.DoNotAssociateAction.Builder addDoNotAssociateTerms(String value)Cannot contain duplicates or the query term. Can specify up to 100 terms.
 repeated string do_not_associate_terms = 3;
| Name | Description | 
| value | StringThe doNotAssociateTerms to add.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
addDoNotAssociateTermsBytes(ByteString value)
public Rule.DoNotAssociateAction.Builder addDoNotAssociateTermsBytes(ByteString value)Cannot contain duplicates or the query term. Can specify up to 100 terms.
 repeated string do_not_associate_terms = 3;
| Name | Description | 
| value | ByteStringThe bytes of the doNotAssociateTerms to add.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
addQueryTerms(String value)
public Rule.DoNotAssociateAction.Builder addQueryTerms(String value)Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.
 repeated string query_terms = 2;
| Name | Description | 
| value | StringThe queryTerms to add.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
addQueryTermsBytes(ByteString value)
public Rule.DoNotAssociateAction.Builder addQueryTermsBytes(ByteString value)Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.
 repeated string query_terms = 2;
| Name | Description | 
| value | ByteStringThe bytes of the queryTerms to add.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Rule.DoNotAssociateAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
addTerms(String value)
public Rule.DoNotAssociateAction.Builder addTerms(String value)Will be [deprecated = true] post migration;
 repeated string terms = 1;
| Name | Description | 
| value | StringThe terms to add.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
addTermsBytes(ByteString value)
public Rule.DoNotAssociateAction.Builder addTermsBytes(ByteString value)Will be [deprecated = true] post migration;
 repeated string terms = 1;
| Name | Description | 
| value | ByteStringThe bytes of the terms to add.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
build()
public Rule.DoNotAssociateAction build()| Type | Description | 
| Rule.DoNotAssociateAction | 
buildPartial()
public Rule.DoNotAssociateAction buildPartial()| Type | Description | 
| Rule.DoNotAssociateAction | 
clear()
public Rule.DoNotAssociateAction.Builder clear()| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
clearDoNotAssociateTerms()
public Rule.DoNotAssociateAction.Builder clearDoNotAssociateTerms()Cannot contain duplicates or the query term. Can specify up to 100 terms.
 repeated string do_not_associate_terms = 3;
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Rule.DoNotAssociateAction.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public Rule.DoNotAssociateAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
clearQueryTerms()
public Rule.DoNotAssociateAction.Builder clearQueryTerms()Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.
 repeated string query_terms = 2;
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
clearTerms()
public Rule.DoNotAssociateAction.Builder clearTerms()Will be [deprecated = true] post migration;
 repeated string terms = 1;
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
clone()
public Rule.DoNotAssociateAction.Builder clone()| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
getDefaultInstanceForType()
public Rule.DoNotAssociateAction getDefaultInstanceForType()| Type | Description | 
| Rule.DoNotAssociateAction | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getDoNotAssociateTerms(int index)
public String getDoNotAssociateTerms(int index)Cannot contain duplicates or the query term. Can specify up to 100 terms.
 repeated string do_not_associate_terms = 3;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The doNotAssociateTerms at the given index.  | 
      
getDoNotAssociateTermsBytes(int index)
public ByteString getDoNotAssociateTermsBytes(int index)Cannot contain duplicates or the query term. Can specify up to 100 terms.
 repeated string do_not_associate_terms = 3;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the doNotAssociateTerms at the given index.  | 
      
getDoNotAssociateTermsCount()
public int getDoNotAssociateTermsCount()Cannot contain duplicates or the query term. Can specify up to 100 terms.
 repeated string do_not_associate_terms = 3;
| Type | Description | 
| int | The count of doNotAssociateTerms.  | 
      
getDoNotAssociateTermsList()
public ProtocolStringList getDoNotAssociateTermsList()Cannot contain duplicates or the query term. Can specify up to 100 terms.
 repeated string do_not_associate_terms = 3;
| Type | Description | 
| ProtocolStringList | A list containing the doNotAssociateTerms.  | 
      
getQueryTerms(int index)
public String getQueryTerms(int index)Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.
 repeated string query_terms = 2;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The queryTerms at the given index.  | 
      
getQueryTermsBytes(int index)
public ByteString getQueryTermsBytes(int index)Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.
 repeated string query_terms = 2;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the queryTerms at the given index.  | 
      
getQueryTermsCount()
public int getQueryTermsCount()Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.
 repeated string query_terms = 2;
| Type | Description | 
| int | The count of queryTerms.  | 
      
getQueryTermsList()
public ProtocolStringList getQueryTermsList()Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.
 repeated string query_terms = 2;
| Type | Description | 
| ProtocolStringList | A list containing the queryTerms.  | 
      
getTerms(int index)
public String getTerms(int index)Will be [deprecated = true] post migration;
 repeated string terms = 1;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The terms at the given index.  | 
      
getTermsBytes(int index)
public ByteString getTermsBytes(int index)Will be [deprecated = true] post migration;
 repeated string terms = 1;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the terms at the given index.  | 
      
getTermsCount()
public int getTermsCount()Will be [deprecated = true] post migration;
 repeated string terms = 1;
| Type | Description | 
| int | The count of terms.  | 
      
getTermsList()
public ProtocolStringList getTermsList()Will be [deprecated = true] post migration;
 repeated string terms = 1;
| Type | Description | 
| ProtocolStringList | A list containing the terms.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(Rule.DoNotAssociateAction other)
public Rule.DoNotAssociateAction.Builder mergeFrom(Rule.DoNotAssociateAction other)| Name | Description | 
| other | Rule.DoNotAssociateAction | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Rule.DoNotAssociateAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public Rule.DoNotAssociateAction.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Rule.DoNotAssociateAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
setDoNotAssociateTerms(int index, String value)
public Rule.DoNotAssociateAction.Builder setDoNotAssociateTerms(int index, String value)Cannot contain duplicates or the query term. Can specify up to 100 terms.
 repeated string do_not_associate_terms = 3;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe doNotAssociateTerms to set.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Rule.DoNotAssociateAction.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
setQueryTerms(int index, String value)
public Rule.DoNotAssociateAction.Builder setQueryTerms(int index, String value)Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.
 repeated string query_terms = 2;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe queryTerms to set.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Rule.DoNotAssociateAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | 
setTerms(int index, String value)
public Rule.DoNotAssociateAction.Builder setTerms(int index, String value)Will be [deprecated = true] post migration;
 repeated string terms = 1;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe terms to set.  | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Rule.DoNotAssociateAction.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Rule.DoNotAssociateAction.Builder |