Enum SearchSolutionUseCase

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<SearchSolutionUseCase>

    public enum SearchSolutionUseCase
    extends Enum<SearchSolutionUseCase>
    implements com.google.protobuf.ProtocolMessageEnum
     The use case of Cloud Retail Search.
     
    Protobuf enum google.cloud.retail.v2.SearchSolutionUseCase
    • Enum Constant Detail

      • SEARCH_SOLUTION_USE_CASE_UNSPECIFIED

        public static final SearchSolutionUseCase SEARCH_SOLUTION_USE_CASE_UNSPECIFIED
         The value when it's unspecified. In this case, server behavior defaults to
         [SEARCH_SOLUTION_USE_CASE_SEARCH][google.cloud.retail.v2.SearchSolutionUseCase.SEARCH_SOLUTION_USE_CASE_SEARCH].
         
        SEARCH_SOLUTION_USE_CASE_UNSPECIFIED = 0;
      • SEARCH_SOLUTION_USE_CASE_SEARCH

        public static final SearchSolutionUseCase SEARCH_SOLUTION_USE_CASE_SEARCH
         Search use case. Expects the traffic has a non-empty
         [query][google.cloud.retail.v2.SearchRequest.query].
         
        SEARCH_SOLUTION_USE_CASE_SEARCH = 1;
      • SEARCH_SOLUTION_USE_CASE_BROWSE

        public static final SearchSolutionUseCase SEARCH_SOLUTION_USE_CASE_BROWSE
         Browse use case. Expects the traffic has an empty
         [query][google.cloud.retail.v2.SearchRequest.query].
         
        SEARCH_SOLUTION_USE_CASE_BROWSE = 2;
    • Field Detail

      • SEARCH_SOLUTION_USE_CASE_UNSPECIFIED_VALUE

        public static final int SEARCH_SOLUTION_USE_CASE_UNSPECIFIED_VALUE
         The value when it's unspecified. In this case, server behavior defaults to
         [SEARCH_SOLUTION_USE_CASE_SEARCH][google.cloud.retail.v2.SearchSolutionUseCase.SEARCH_SOLUTION_USE_CASE_SEARCH].
         
        SEARCH_SOLUTION_USE_CASE_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • SEARCH_SOLUTION_USE_CASE_SEARCH_VALUE

        public static final int SEARCH_SOLUTION_USE_CASE_SEARCH_VALUE
         Search use case. Expects the traffic has a non-empty
         [query][google.cloud.retail.v2.SearchRequest.query].
         
        SEARCH_SOLUTION_USE_CASE_SEARCH = 1;
        See Also:
        Constant Field Values
      • SEARCH_SOLUTION_USE_CASE_BROWSE_VALUE

        public static final int SEARCH_SOLUTION_USE_CASE_BROWSE_VALUE
         Browse use case. Expects the traffic has an empty
         [query][google.cloud.retail.v2.SearchRequest.query].
         
        SEARCH_SOLUTION_USE_CASE_BROWSE = 2;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static SearchSolutionUseCase[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SearchSolutionUseCase c : SearchSolutionUseCase.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SearchSolutionUseCase valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static SearchSolutionUseCase valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static SearchSolutionUseCase forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<SearchSolutionUseCase> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static SearchSolutionUseCase valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null