public static final class PhraseMatchRuleConfig.Builder extends GeneratedMessageV3.Builder<PhraseMatchRuleConfig.Builder> implements PhraseMatchRuleConfigOrBuilder
Configuration information of a phrase match rule.
Protobuf type google.cloud.contactcenterinsights.v1.PhraseMatchRuleConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public PhraseMatchRuleConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public PhraseMatchRuleConfig build()
Returns
public PhraseMatchRuleConfig buildPartial()
Returns
public PhraseMatchRuleConfig.Builder clear()
Returns
Overrides
public PhraseMatchRuleConfig.Builder clearConfig()
Returns
public PhraseMatchRuleConfig.Builder clearExactMatchConfig()
The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
Returns
public PhraseMatchRuleConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public PhraseMatchRuleConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public PhraseMatchRuleConfig.Builder clone()
Returns
Overrides
public PhraseMatchRuleConfig.ConfigCase getConfigCase()
Returns
public PhraseMatchRuleConfig getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public ExactMatchConfig getExactMatchConfig()
The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
Returns
public ExactMatchConfig.Builder getExactMatchConfigBuilder()
The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
Returns
public ExactMatchConfigOrBuilder getExactMatchConfigOrBuilder()
The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
Returns
public boolean hasExactMatchConfig()
The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
Returns
Type | Description |
boolean | Whether the exactMatchConfig field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public PhraseMatchRuleConfig.Builder mergeExactMatchConfig(ExactMatchConfig value)
The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
Parameter
Returns
public PhraseMatchRuleConfig.Builder mergeFrom(PhraseMatchRuleConfig other)
Parameter
Returns
public PhraseMatchRuleConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public PhraseMatchRuleConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final PhraseMatchRuleConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public PhraseMatchRuleConfig.Builder setExactMatchConfig(ExactMatchConfig value)
The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
Parameter
Returns
public PhraseMatchRuleConfig.Builder setExactMatchConfig(ExactMatchConfig.Builder builderForValue)
The configuration for the exact match rule.
.google.cloud.contactcenterinsights.v1.ExactMatchConfig exact_match_config = 1;
Parameter
Returns
public PhraseMatchRuleConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public PhraseMatchRuleConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final PhraseMatchRuleConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides