Class ExactMatchConfig.Builder (2.21.0)

public static final class ExactMatchConfig.Builder extends GeneratedMessageV3.Builder<ExactMatchConfig.Builder> implements ExactMatchConfigOrBuilder

Exact match configuration.

Protobuf type google.cloud.contactcenterinsights.v1.ExactMatchConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExactMatchConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides

build()

public ExactMatchConfig build()
Returns
TypeDescription
ExactMatchConfig

buildPartial()

public ExactMatchConfig buildPartial()
Returns
TypeDescription
ExactMatchConfig

clear()

public ExactMatchConfig.Builder clear()
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides

clearCaseSensitive()

public ExactMatchConfig.Builder clearCaseSensitive()

Whether to consider case sensitivity when performing an exact match.

bool case_sensitive = 1;

Returns
TypeDescription
ExactMatchConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ExactMatchConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExactMatchConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides

clone()

public ExactMatchConfig.Builder clone()
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides

getCaseSensitive()

public boolean getCaseSensitive()

Whether to consider case sensitivity when performing an exact match.

bool case_sensitive = 1;

Returns
TypeDescription
boolean

The caseSensitive.

getDefaultInstanceForType()

public ExactMatchConfig getDefaultInstanceForType()
Returns
TypeDescription
ExactMatchConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ExactMatchConfig other)

public ExactMatchConfig.Builder mergeFrom(ExactMatchConfig other)
Parameter
NameDescription
otherExactMatchConfig
Returns
TypeDescription
ExactMatchConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExactMatchConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ExactMatchConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExactMatchConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides

setCaseSensitive(boolean value)

public ExactMatchConfig.Builder setCaseSensitive(boolean value)

Whether to consider case sensitivity when performing an exact match.

bool case_sensitive = 1;

Parameter
NameDescription
valueboolean

The caseSensitive to set.

Returns
TypeDescription
ExactMatchConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ExactMatchConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ExactMatchConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExactMatchConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExactMatchConfig.Builder
Overrides