Interface SearchRequest.PersonalizationSpecOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SearchRequest.PersonalizationSpec.Mode getMode()
      Defaults to [Mode.AUTO][google.cloud.retail.v2beta.SearchRequest.PersonalizationSpec.Mode.AUTO].
      int getModeValue()
      Defaults to [Mode.AUTO][google.cloud.retail.v2beta.SearchRequest.PersonalizationSpec.Mode.AUTO].
      • 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()
         Defaults to
         [Mode.AUTO][google.cloud.retail.v2beta.SearchRequest.PersonalizationSpec.Mode.AUTO].
         
        .google.cloud.retail.v2beta.SearchRequest.PersonalizationSpec.Mode mode = 1;
        Returns:
        The enum numeric value on the wire for mode.
      • getMode

        SearchRequest.PersonalizationSpec.Mode getMode()
         Defaults to
         [Mode.AUTO][google.cloud.retail.v2beta.SearchRequest.PersonalizationSpec.Mode.AUTO].
         
        .google.cloud.retail.v2beta.SearchRequest.PersonalizationSpec.Mode mode = 1;
        Returns:
        The mode.