Interface Rule.IgnoreActionOrBuilder (2.43.0)

public static interface Rule.IgnoreActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIgnoreTerms(int index)

public abstract String getIgnoreTerms(int index)

Terms to ignore in the search query.

repeated string ignore_terms = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of ignoreTerms.

getIgnoreTermsList()

public abstract List<String> getIgnoreTermsList()

Terms to ignore in the search query.

repeated string ignore_terms = 1;

Returns
TypeDescription
List<String>

A list containing the ignoreTerms.