public static final class Rule.IgnoreAction.Builder extends GeneratedMessageV3.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.v2beta.Rule.IgnoreAction
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
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
Returns
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
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Rule.IgnoreAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public Rule.IgnoreAction build()
Returns
buildPartial()
public Rule.IgnoreAction buildPartial()
Returns
clear()
public Rule.IgnoreAction.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public Rule.IgnoreAction.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearIgnoreTerms()
public Rule.IgnoreAction.Builder clearIgnoreTerms()
Terms to ignore in the search query.
repeated string ignore_terms = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public Rule.IgnoreAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public Rule.IgnoreAction.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public Rule.IgnoreAction getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(Rule.IgnoreAction other)
public Rule.IgnoreAction.Builder mergeFrom(Rule.IgnoreAction other)
Parameter
Returns
public Rule.IgnoreAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Rule.IgnoreAction.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Rule.IgnoreAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Rule.IgnoreAction.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Rule.IgnoreAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Rule.IgnoreAction.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides