public static interface Rule.IgnoreActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIgnoreTerms(int index)
Terms to ignore in the search query.
|
com.google.protobuf.ByteString |
getIgnoreTermsBytes(int index)
Terms to ignore in the search query.
|
int |
getIgnoreTermsCount()
Terms to ignore in the search query.
|
List<String> |
getIgnoreTermsList()
Terms to ignore in the search query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getIgnoreTermsList()
Terms to ignore in the search query.
repeated string ignore_terms = 1;int getIgnoreTermsCount()
Terms to ignore in the search query.
repeated string ignore_terms = 1;String getIgnoreTerms(int index)
Terms to ignore in the search query.
repeated string ignore_terms = 1;index - The index of the element to return.com.google.protobuf.ByteString getIgnoreTermsBytes(int index)
Terms to ignore in the search query.
repeated string ignore_terms = 1;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.