Interface SearchRequest.DynamicFacetSpecOrBuilder (2.43.0)

public static interface SearchRequest.DynamicFacetSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMode()

public abstract SearchRequest.DynamicFacetSpec.Mode getMode()

Mode of the DynamicFacet feature. Defaults to Mode.DISABLED if it's unset.

.google.cloud.retail.v2beta.SearchRequest.DynamicFacetSpec.Mode mode = 1;

Returns
TypeDescription
SearchRequest.DynamicFacetSpec.Mode

The mode.

getModeValue()

public abstract int getModeValue()

Mode of the DynamicFacet feature. Defaults to Mode.DISABLED if it's unset.

.google.cloud.retail.v2beta.SearchRequest.DynamicFacetSpec.Mode mode = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for mode.