Class Rule.IgnoreAction.Builder (2.85.0)

public static final class Rule.IgnoreAction.Builder extends GeneratedMessage.Builder<Rule.IgnoreAction.Builder> implements Rule.IgnoreActionOrBuilder

Prevents a term in the query from being used in search. Example: Don't search for "shoddy".

Protobuf type google.cloud.retail.v2alpha.Rule.IgnoreAction

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllIgnoreTerms(Iterable<String> values)

public Rule.IgnoreAction.Builder addAllIgnoreTerms(Iterable<String> values)

Terms to ignore in the search query.

repeated string ignore_terms = 1;

Parameter
Name Description
values Iterable<String>

The ignoreTerms to add.

Returns
Type Description
Rule.IgnoreAction.Builder

This builder for chaining.

addIgnoreTerms(String value)

public Rule.IgnoreAction.Builder addIgnoreTerms(String value)

Terms to ignore in the search query.

repeated string ignore_terms = 1;

Parameter
Name Description
value String

The ignoreTerms to add.

Returns
Type Description
Rule.IgnoreAction.Builder

This builder for chaining.

addIgnoreTermsBytes(ByteString value)

public Rule.IgnoreAction.Builder addIgnoreTermsBytes(ByteString value)

Terms to ignore in the search query.

repeated string ignore_terms = 1;

Parameter
Name Description
value ByteString

The bytes of the ignoreTerms to add.

Returns
Type Description
Rule.IgnoreAction.Builder

This builder for chaining.

build()

public Rule.IgnoreAction build()
Returns
Type Description
Rule.IgnoreAction

buildPartial()

public Rule.IgnoreAction buildPartial()
Returns
Type Description
Rule.IgnoreAction

clear()

public Rule.IgnoreAction.Builder clear()
Returns
Type Description
Rule.IgnoreAction.Builder
Overrides

clearIgnoreTerms()

public Rule.IgnoreAction.Builder clearIgnoreTerms()

Terms to ignore in the search query.

repeated string ignore_terms = 1;

Returns
Type Description
Rule.IgnoreAction.Builder

This builder for chaining.

getDefaultInstanceForType()

public Rule.IgnoreAction getDefaultInstanceForType()
Returns
Type Description
Rule.IgnoreAction

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIgnoreTerms(int index)

public 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 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 int getIgnoreTermsCount()

Terms to ignore in the search query.

repeated string ignore_terms = 1;

Returns
Type Description
int

The count of ignoreTerms.

getIgnoreTermsList()

public ProtocolStringList getIgnoreTermsList()

Terms to ignore in the search query.

repeated string ignore_terms = 1;

Returns
Type Description
ProtocolStringList

A list containing the ignoreTerms.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Rule.IgnoreAction other)

public Rule.IgnoreAction.Builder mergeFrom(Rule.IgnoreAction other)
Parameter
Name Description
other Rule.IgnoreAction
Returns
Type Description
Rule.IgnoreAction.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Rule.IgnoreAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Rule.IgnoreAction.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Rule.IgnoreAction.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Rule.IgnoreAction.Builder
Overrides

setIgnoreTerms(int index, String value)

public Rule.IgnoreAction.Builder setIgnoreTerms(int index, String value)

Terms to ignore in the search query.

repeated string ignore_terms = 1;

Parameters
Name Description
index int

The index to set the value at.

value String

The ignoreTerms to set.

Returns
Type Description
Rule.IgnoreAction.Builder

This builder for chaining.