Interface Rule.IgnoreActionOrBuilder (2.44.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
Name Description
index int

The 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 int

The 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.