public static interface Rule.OnewaySynonymsActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOnewayTerms(int index)
Will be [deprecated = true] post migration;
|
com.google.protobuf.ByteString |
getOnewayTermsBytes(int index)
Will be [deprecated = true] post migration;
|
int |
getOnewayTermsCount()
Will be [deprecated = true] post migration;
|
List<String> |
getOnewayTermsList()
Will be [deprecated = true] post migration;
|
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 |
getSynonyms(int index)
Defines a set of synonyms.
|
com.google.protobuf.ByteString |
getSynonymsBytes(int index)
Defines a set of synonyms.
|
int |
getSynonymsCount()
Defines a set of synonyms.
|
List<String> |
getSynonymsList()
Defines a set of synonyms.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getQueryTermsList()
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;int getQueryTermsCount()
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;String getQueryTerms(int index)
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;index - The index of the element to return.com.google.protobuf.ByteString getQueryTermsBytes(int index)
Terms from the search query. Will treat synonyms as their synonyms. Not themselves synonyms of the synonyms. Can specify up to 100 terms.
repeated string query_terms = 3;index - The index of the value to return.List<String> getSynonymsList()
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;int getSynonymsCount()
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;String getSynonyms(int index)
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;index - The index of the element to return.com.google.protobuf.ByteString getSynonymsBytes(int index)
Defines a set of synonyms. Cannot contain duplicates. Can specify up to 100 synonyms.
repeated string synonyms = 4;index - The index of the value to return.List<String> getOnewayTermsList()
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;int getOnewayTermsCount()
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;String getOnewayTerms(int index)
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;index - The index of the element to return.com.google.protobuf.ByteString getOnewayTermsBytes(int index)
Will be [deprecated = true] post migration;
repeated string oneway_terms = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.