public static interface Rule.IgnoreActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIgnoreTerms(int index)
public abstract String getIgnoreTerms(int index)Terms to ignore in the search query.
repeated string ignore_terms = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The ignoreTerms at the given index. |
getIgnoreTermsBytes(int index)
public abstract ByteString getIgnoreTermsBytes(int index)Terms to ignore in the search query.
repeated string ignore_terms = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the ignoreTerms at the given index. |
getIgnoreTermsCount()
public abstract int getIgnoreTermsCount()Terms to ignore in the search query.
repeated string ignore_terms = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of ignoreTerms. |
getIgnoreTermsList()
public abstract List<String> getIgnoreTermsList()Terms to ignore in the search query.
repeated string ignore_terms = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the ignoreTerms. |