Interface SearchRequest.DynamicFacetSpecOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.