public static interface CatalogAttribute.FacetConfig.MergedFacetValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMergedValue()
All the previous values are replaced by this merged facet value.
|
com.google.protobuf.ByteString |
getMergedValueBytes()
All the previous values are replaced by this merged facet value.
|
String |
getValues(int index)
All the facet values that are replaces by the same
[merged_value][google.cloud.retail.v2.CatalogAttribute.FacetConfig.MergedFacetValue.merged_value]
that follows.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
All the facet values that are replaces by the same
[merged_value][google.cloud.retail.v2.CatalogAttribute.FacetConfig.MergedFacetValue.merged_value]
that follows.
|
int |
getValuesCount()
All the facet values that are replaces by the same
[merged_value][google.cloud.retail.v2.CatalogAttribute.FacetConfig.MergedFacetValue.merged_value]
that follows.
|
List<String> |
getValuesList()
All the facet values that are replaces by the same
[merged_value][google.cloud.retail.v2.CatalogAttribute.FacetConfig.MergedFacetValue.merged_value]
that follows.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getValuesList()
All the facet values that are replaces by the same [merged_value][google.cloud.retail.v2.CatalogAttribute.FacetConfig.MergedFacetValue.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;int getValuesCount()
All the facet values that are replaces by the same [merged_value][google.cloud.retail.v2.CatalogAttribute.FacetConfig.MergedFacetValue.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;String getValues(int index)
All the facet values that are replaces by the same [merged_value][google.cloud.retail.v2.CatalogAttribute.FacetConfig.MergedFacetValue.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;index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
All the facet values that are replaces by the same [merged_value][google.cloud.retail.v2.CatalogAttribute.FacetConfig.MergedFacetValue.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;index - The index of the value to return.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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.