public static final class Rule.ReplacementAction.Builder extends GeneratedMessageV3.Builder<Rule.ReplacementAction.Builder> implements Rule.ReplacementActionOrBuilder Replaces a term in the query. Multiple replacement candidates can be
specified. All query_terms will be replaced with the replacement term.
Example: Replace "gShoe" with "google shoe".
Protobuf type google.cloud.retail.v2.Rule.ReplacementAction
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Rule.ReplacementAction.BuilderImplements
Rule.ReplacementActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllQueryTerms(Iterable<String> values)
public Rule.ReplacementAction.Builder addAllQueryTerms(Iterable<String> values)Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;
| Name | Description |
| values | Iterable<String>The queryTerms to add. |
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
addQueryTerms(String value)
public Rule.ReplacementAction.Builder addQueryTerms(String value)Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;
| Name | Description |
| value | StringThe queryTerms to add. |
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
addQueryTermsBytes(ByteString value)
public Rule.ReplacementAction.Builder addQueryTermsBytes(ByteString value)Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;
| Name | Description |
| value | ByteStringThe bytes of the queryTerms to add. |
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Rule.ReplacementAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Rule.ReplacementAction.Builder |
build()
public Rule.ReplacementAction build()| Type | Description |
| Rule.ReplacementAction |
buildPartial()
public Rule.ReplacementAction buildPartial()| Type | Description |
| Rule.ReplacementAction |
clear()
public Rule.ReplacementAction.Builder clear()| Type | Description |
| Rule.ReplacementAction.Builder |
clearField(Descriptors.FieldDescriptor field)
public Rule.ReplacementAction.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Rule.ReplacementAction.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Rule.ReplacementAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Rule.ReplacementAction.Builder |
clearQueryTerms()
public Rule.ReplacementAction.Builder clearQueryTerms()Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
clearReplacementTerm()
public Rule.ReplacementAction.Builder clearReplacementTerm()Term that will be used for replacement.
string replacement_term = 3;
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
clearTerm()
public Rule.ReplacementAction.Builder clearTerm()Will be [deprecated = true] post migration;
string term = 1;
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
clone()
public Rule.ReplacementAction.Builder clone()| Type | Description |
| Rule.ReplacementAction.Builder |
getDefaultInstanceForType()
public Rule.ReplacementAction getDefaultInstanceForType()| Type | Description |
| Rule.ReplacementAction |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getQueryTerms(int index)
public String getQueryTerms(int index)Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The queryTerms at the given index. |
getQueryTermsBytes(int index)
public ByteString getQueryTermsBytes(int index)Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the queryTerms at the given index. |
getQueryTermsCount()
public int getQueryTermsCount()Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;
| Type | Description |
| int | The count of queryTerms. |
getQueryTermsList()
public ProtocolStringList getQueryTermsList()Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;
| Type | Description |
| ProtocolStringList | A list containing the queryTerms. |
getReplacementTerm()
public String getReplacementTerm()Term that will be used for replacement.
string replacement_term = 3;
| Type | Description |
| String | The replacementTerm. |
getReplacementTermBytes()
public ByteString getReplacementTermBytes()Term that will be used for replacement.
string replacement_term = 3;
| Type | Description |
| ByteString | The bytes for replacementTerm. |
getTerm()
public String getTerm()Will be [deprecated = true] post migration;
string term = 1;
| Type | Description |
| String | The term. |
getTermBytes()
public ByteString getTermBytes()Will be [deprecated = true] post migration;
string term = 1;
| Type | Description |
| ByteString | The bytes for term. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Rule.ReplacementAction other)
public Rule.ReplacementAction.Builder mergeFrom(Rule.ReplacementAction other)| Name | Description |
| other | Rule.ReplacementAction |
| Type | Description |
| Rule.ReplacementAction.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Rule.ReplacementAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Rule.ReplacementAction.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Rule.ReplacementAction.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Rule.ReplacementAction.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Rule.ReplacementAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Rule.ReplacementAction.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Rule.ReplacementAction.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Rule.ReplacementAction.Builder |
setQueryTerms(int index, String value)
public Rule.ReplacementAction.Builder setQueryTerms(int index, String value)Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.
repeated string query_terms = 2;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe queryTerms to set. |
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Rule.ReplacementAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Rule.ReplacementAction.Builder |
setReplacementTerm(String value)
public Rule.ReplacementAction.Builder setReplacementTerm(String value)Term that will be used for replacement.
string replacement_term = 3;
| Name | Description |
| value | StringThe replacementTerm to set. |
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
setReplacementTermBytes(ByteString value)
public Rule.ReplacementAction.Builder setReplacementTermBytes(ByteString value)Term that will be used for replacement.
string replacement_term = 3;
| Name | Description |
| value | ByteStringThe bytes for replacementTerm to set. |
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
setTerm(String value)
public Rule.ReplacementAction.Builder setTerm(String value)Will be [deprecated = true] post migration;
string term = 1;
| Name | Description |
| value | StringThe term to set. |
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
setTermBytes(ByteString value)
public Rule.ReplacementAction.Builder setTermBytes(ByteString value)Will be [deprecated = true] post migration;
string term = 1;
| Name | Description |
| value | ByteStringThe bytes for term to set. |
| Type | Description |
| Rule.ReplacementAction.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Rule.ReplacementAction.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Rule.ReplacementAction.Builder |