public static interface Rule.DoNotAssociateActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDoNotAssociateTerms(int index)
Cannot contain duplicates or the query term.
|
com.google.protobuf.ByteString |
getDoNotAssociateTermsBytes(int index)
Cannot contain duplicates or the query term.
|
int |
getDoNotAssociateTermsCount()
Cannot contain duplicates or the query term.
|
List<String> |
getDoNotAssociateTermsList()
Cannot contain duplicates or the query term.
|
String |
getQueryTerms(int index)
Terms from the search query.
|
com.google.protobuf.ByteString |
getQueryTermsBytes(int index)
Terms from the search query.
|
int |
getQueryTermsCount()
Terms from the search query.
|
List<String> |
getQueryTermsList()
Terms from the search query.
|
String |
getTerms(int index)
Will be [deprecated = true] post migration;
|
com.google.protobuf.ByteString |
getTermsBytes(int index)
Will be [deprecated = true] post migration;
|
int |
getTermsCount()
Will be [deprecated = true] post migration;
|
List<String> |
getTermsList()
Will be [deprecated = true] post migration;
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> 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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.List<String> getDoNotAssociateTermsList()
Cannot contain duplicates or the query term. Can specify up to 100 terms.
repeated string do_not_associate_terms = 3;int getDoNotAssociateTermsCount()
Cannot contain duplicates or the query term. Can specify up to 100 terms.
repeated string do_not_associate_terms = 3;String getDoNotAssociateTerms(int index)
Cannot contain duplicates or the query term. Can specify up to 100 terms.
repeated string do_not_associate_terms = 3;index - The index of the element to return.com.google.protobuf.ByteString getDoNotAssociateTermsBytes(int index)
Cannot contain duplicates or the query term. Can specify up to 100 terms.
repeated string do_not_associate_terms = 3;index - The index of the value to return.List<String> getTermsList()
Will be [deprecated = true] post migration;
repeated string terms = 1;int getTermsCount()
Will be [deprecated = true] post migration;
repeated string terms = 1;String getTerms(int index)
Will be [deprecated = true] post migration;
repeated string terms = 1;index - The index of the element to return.com.google.protobuf.ByteString getTermsBytes(int index)
Will be [deprecated = true] post migration;
repeated string terms = 1;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.