Package com.google.cloud.retail.v2alpha
Interface SearchRequest.DynamicFacetSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchRequest.DynamicFacetSpec
,SearchRequest.DynamicFacetSpec.Builder
- Enclosing class:
- SearchRequest
public static interface SearchRequest.DynamicFacetSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchRequest.DynamicFacetSpec.Mode
getMode()
Mode of the DynamicFacet feature.int
getModeValue()
Mode of the DynamicFacet feature.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModeValue
int getModeValue()
Mode of the DynamicFacet feature. Defaults to [Mode.DISABLED][google.cloud.retail.v2alpha.SearchRequest.DynamicFacetSpec.Mode.DISABLED] if it's unset.
.google.cloud.retail.v2alpha.SearchRequest.DynamicFacetSpec.Mode mode = 1;
- Returns:
- The enum numeric value on the wire for mode.
-
getMode
SearchRequest.DynamicFacetSpec.Mode getMode()
Mode of the DynamicFacet feature. Defaults to [Mode.DISABLED][google.cloud.retail.v2alpha.SearchRequest.DynamicFacetSpec.Mode.DISABLED] if it's unset.
.google.cloud.retail.v2alpha.SearchRequest.DynamicFacetSpec.Mode mode = 1;
- Returns:
- The mode.
-
-