Package com.google.cloud.retail.v2alpha
Enum SearchSolutionUseCase
- java.lang.Object
-
- java.lang.Enum<SearchSolutionUseCase>
-
- com.google.cloud.retail.v2alpha.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 enumgoogle.cloud.retail.v2alpha.SearchSolutionUseCase
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SEARCH_SOLUTION_USE_CASE_BROWSEBrowse use case.SEARCH_SOLUTION_USE_CASE_SEARCHSearch use case.SEARCH_SOLUTION_USE_CASE_UNSPECIFIEDThe value when it's unspecified.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intSEARCH_SOLUTION_USE_CASE_BROWSE_VALUEBrowse use case.static intSEARCH_SOLUTION_USE_CASE_SEARCH_VALUESearch use case.static intSEARCH_SOLUTION_USE_CASE_UNSPECIFIED_VALUEThe value when it's unspecified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SearchSolutionUseCaseforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<SearchSolutionUseCase>internalGetValueMap()static SearchSolutionUseCasevalueOf(int value)Deprecated.static SearchSolutionUseCasevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SearchSolutionUseCasevalueOf(String name)Returns the enum constant of this type with the specified name.static SearchSolutionUseCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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.v2alpha.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.v2alpha.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.v2alpha.SearchRequest.query].
SEARCH_SOLUTION_USE_CASE_BROWSE = 2;
-
UNRECOGNIZED
public static final SearchSolutionUseCase UNRECOGNIZED
-
-
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.v2alpha.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.v2alpha.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.v2alpha.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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.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 nameNullPointerException- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-
-