Uses of Class
com.google.cloud.retail.v2alpha.SearchRequest.SearchMode
-
Packages that use SearchRequest.SearchMode Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of SearchRequest.SearchMode in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return SearchRequest.SearchMode Modifier and Type Method Description static SearchRequest.SearchModeSearchRequest.SearchMode. forNumber(int value)SearchRequest.SearchModeSearchRequest.Builder. getSearchMode()The search mode of the search request.SearchRequest.SearchModeSearchRequest. getSearchMode()The search mode of the search request.SearchRequest.SearchModeSearchRequestOrBuilder. getSearchMode()The search mode of the search request.static SearchRequest.SearchModeSearchRequest.SearchMode. valueOf(int value)Deprecated.static SearchRequest.SearchModeSearchRequest.SearchMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SearchRequest.SearchModeSearchRequest.SearchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchRequest.SearchMode[]SearchRequest.SearchMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.retail.v2alpha that return types with arguments of type SearchRequest.SearchMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SearchRequest.SearchMode>SearchRequest.SearchMode. internalGetValueMap()Methods in com.google.cloud.retail.v2alpha with parameters of type SearchRequest.SearchMode Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. setSearchMode(SearchRequest.SearchMode value)The search mode of the search request.
-