Class CatalogAttribute.FacetConfig.MergedFacet.Builder (2.85.0)

public static final class CatalogAttribute.FacetConfig.MergedFacet.Builder extends GeneratedMessage.Builder<CatalogAttribute.FacetConfig.MergedFacet.Builder> implements CatalogAttribute.FacetConfig.MergedFacetOrBuilder

The current facet key (i.e. attribute config) maps into the merged_facet_key. A facet key can have at most one child. The current facet key and the merged facet key need both to be textual custom attributes or both numerical custom attributes (same type).

Protobuf type google.cloud.retail.v2.CatalogAttribute.FacetConfig.MergedFacet

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CatalogAttribute.FacetConfig.MergedFacet build()
Returns
Type Description
CatalogAttribute.FacetConfig.MergedFacet

buildPartial()

public CatalogAttribute.FacetConfig.MergedFacet buildPartial()
Returns
Type Description
CatalogAttribute.FacetConfig.MergedFacet

clear()

public CatalogAttribute.FacetConfig.MergedFacet.Builder clear()
Returns
Type Description
CatalogAttribute.FacetConfig.MergedFacet.Builder
Overrides

clearMergedFacetKey()

public CatalogAttribute.FacetConfig.MergedFacet.Builder clearMergedFacetKey()

The merged facet key should be a valid facet key that is different than the facet key of the current catalog attribute. We refer this is merged facet key as the child of the current catalog attribute. This merged facet key can't be a parent of another facet key (i.e. no directed path of length 2). This merged facet key needs to be either a textual custom attribute or a numerical custom attribute.

string merged_facet_key = 1;

Returns
Type Description
CatalogAttribute.FacetConfig.MergedFacet.Builder

This builder for chaining.

getDefaultInstanceForType()

public CatalogAttribute.FacetConfig.MergedFacet getDefaultInstanceForType()
Returns
Type Description
CatalogAttribute.FacetConfig.MergedFacet

getDescriptorForType()

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

getMergedFacetKey()

public String getMergedFacetKey()

The merged facet key should be a valid facet key that is different than the facet key of the current catalog attribute. We refer this is merged facet key as the child of the current catalog attribute. This merged facet key can't be a parent of another facet key (i.e. no directed path of length 2). This merged facet key needs to be either a textual custom attribute or a numerical custom attribute.

string merged_facet_key = 1;

Returns
Type Description
String

The mergedFacetKey.

getMergedFacetKeyBytes()

public ByteString getMergedFacetKeyBytes()

The merged facet key should be a valid facet key that is different than the facet key of the current catalog attribute. We refer this is merged facet key as the child of the current catalog attribute. This merged facet key can't be a parent of another facet key (i.e. no directed path of length 2). This merged facet key needs to be either a textual custom attribute or a numerical custom attribute.

string merged_facet_key = 1;

Returns
Type Description
ByteString

The bytes for mergedFacetKey.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CatalogAttribute.FacetConfig.MergedFacet other)

public CatalogAttribute.FacetConfig.MergedFacet.Builder mergeFrom(CatalogAttribute.FacetConfig.MergedFacet other)
Parameter
Name Description
other CatalogAttribute.FacetConfig.MergedFacet
Returns
Type Description
CatalogAttribute.FacetConfig.MergedFacet.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public CatalogAttribute.FacetConfig.MergedFacet.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CatalogAttribute.FacetConfig.MergedFacet.Builder
Overrides

setMergedFacetKey(String value)

public CatalogAttribute.FacetConfig.MergedFacet.Builder setMergedFacetKey(String value)

The merged facet key should be a valid facet key that is different than the facet key of the current catalog attribute. We refer this is merged facet key as the child of the current catalog attribute. This merged facet key can't be a parent of another facet key (i.e. no directed path of length 2). This merged facet key needs to be either a textual custom attribute or a numerical custom attribute.

string merged_facet_key = 1;

Parameter
Name Description
value String

The mergedFacetKey to set.

Returns
Type Description
CatalogAttribute.FacetConfig.MergedFacet.Builder

This builder for chaining.

setMergedFacetKeyBytes(ByteString value)

public CatalogAttribute.FacetConfig.MergedFacet.Builder setMergedFacetKeyBytes(ByteString value)

The merged facet key should be a valid facet key that is different than the facet key of the current catalog attribute. We refer this is merged facet key as the child of the current catalog attribute. This merged facet key can't be a parent of another facet key (i.e. no directed path of length 2). This merged facet key needs to be either a textual custom attribute or a numerical custom attribute.

string merged_facet_key = 1;

Parameter
Name Description
value ByteString

The bytes for mergedFacetKey to set.

Returns
Type Description
CatalogAttribute.FacetConfig.MergedFacet.Builder

This builder for chaining.