public static interface Rule.ReplacementActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 |
getReplacementTerm()
Term that will be used for replacement.
|
com.google.protobuf.ByteString |
getReplacementTermBytes()
Term that will be used for replacement.
|
String |
getTerm()
Will be [deprecated = true] post migration;
|
com.google.protobuf.ByteString |
getTermBytes()
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 be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;int getQueryTermsCount()
Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;String getQueryTerms(int index)
Terms from the search query. Will be replaced by replacement term. 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 be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;index - The index of the value to return.String getReplacementTerm()
Term that will be used for replacement.
string replacement_term = 3;com.google.protobuf.ByteString getReplacementTermBytes()
Term that will be used for replacement.
string replacement_term = 3;String getTerm()
Will be [deprecated = true] post migration;
string term = 1;com.google.protobuf.ByteString getTermBytes()
Will be [deprecated = true] post migration;
string term = 1;Copyright © 2023 Google LLC. All rights reserved.