Interface CatalogAttribute.FacetConfig.MergedFacetValueOrBuilder (2.48.0)

public static interface CatalogAttribute.FacetConfig.MergedFacetValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMergedValue()

public abstract String getMergedValue()

All the previous values are replaced by this merged facet value. This merged_value must be non-empty and can have up to 128 characters.

string merged_value = 2;

Returns
Type Description
String

The mergedValue.

getMergedValueBytes()

public abstract ByteString getMergedValueBytes()

All the previous values are replaced by this merged facet value. This merged_value must be non-empty and can have up to 128 characters.

string merged_value = 2;

Returns
Type Description
ByteString

The bytes for mergedValue.

getValues(int index)

public abstract String getValues(int index)

All the facet values that are replaces by the same merged_value that follows. The maximum number of values per MergedFacetValue is 25. Each value can have up to 128 characters.

repeated string values = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The values at the given index.

getValuesBytes(int index)

public abstract ByteString getValuesBytes(int index)

All the facet values that are replaces by the same merged_value that follows. The maximum number of values per MergedFacetValue is 25. Each value can have up to 128 characters.

repeated string values = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the values at the given index.

getValuesCount()

public abstract int getValuesCount()

All the facet values that are replaces by the same merged_value that follows. The maximum number of values per MergedFacetValue is 25. Each value can have up to 128 characters.

repeated string values = 1;

Returns
Type Description
int

The count of values.

getValuesList()

public abstract List<String> getValuesList()

All the facet values that are replaces by the same merged_value that follows. The maximum number of values per MergedFacetValue is 25. Each value can have up to 128 characters.

repeated string values = 1;

Returns
Type Description
List<String>

A list containing the values.