Class ExactMatchConfig.Builder (2.83.0)

public static final class ExactMatchConfig.Builder extends GeneratedMessage.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
Type Description
Descriptor

Methods

build()

public ExactMatchConfig build()
Returns
Type Description
ExactMatchConfig

buildPartial()

public ExactMatchConfig buildPartial()
Returns
Type Description
ExactMatchConfig

clear()

public ExactMatchConfig.Builder clear()
Returns
Type Description
ExactMatchConfig.Builder
Overrides

clearCaseSensitive()

public ExactMatchConfig.Builder clearCaseSensitive()

Whether to consider case sensitivity when performing an exact match.

bool case_sensitive = 1;

Returns
Type Description
ExactMatchConfig.Builder

This builder for chaining.

getCaseSensitive()

public boolean getCaseSensitive()

Whether to consider case sensitivity when performing an exact match.

bool case_sensitive = 1;

Returns
Type Description
boolean

The caseSensitive.

getDefaultInstanceForType()

public ExactMatchConfig getDefaultInstanceForType()
Returns
Type Description
ExactMatchConfig

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExactMatchConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ExactMatchConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
value boolean

The caseSensitive to set.

Returns
Type Description
ExactMatchConfig.Builder

This builder for chaining.