Uses of Class
com.google.cloud.retail.v2alpha.SearchSolutionUseCase
-
Packages that use SearchSolutionUseCase Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of SearchSolutionUseCase in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return SearchSolutionUseCase Modifier and Type Method Description static SearchSolutionUseCaseSearchSolutionUseCase. forNumber(int value)SearchSolutionUseCaseControl.Builder. getSearchSolutionUseCase(int index)Specifies the use case for the control.SearchSolutionUseCaseControl. getSearchSolutionUseCase(int index)Specifies the use case for the control.SearchSolutionUseCaseControlOrBuilder. getSearchSolutionUseCase(int index)Specifies the use case for the control.static SearchSolutionUseCaseSearchSolutionUseCase. valueOf(int value)Deprecated.static SearchSolutionUseCaseSearchSolutionUseCase. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SearchSolutionUseCaseSearchSolutionUseCase. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchSolutionUseCase[]SearchSolutionUseCase. 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 SearchSolutionUseCase Modifier and Type Method Description List<SearchSolutionUseCase>Control.Builder. getSearchSolutionUseCaseList()Specifies the use case for the control.List<SearchSolutionUseCase>Control. getSearchSolutionUseCaseList()Specifies the use case for the control.List<SearchSolutionUseCase>ControlOrBuilder. getSearchSolutionUseCaseList()Specifies the use case for the control.static com.google.protobuf.Internal.EnumLiteMap<SearchSolutionUseCase>SearchSolutionUseCase. internalGetValueMap()Methods in com.google.cloud.retail.v2alpha with parameters of type SearchSolutionUseCase Modifier and Type Method Description Control.BuilderControl.Builder. addSearchSolutionUseCase(SearchSolutionUseCase value)Specifies the use case for the control.Control.BuilderControl.Builder. setSearchSolutionUseCase(int index, SearchSolutionUseCase value)Specifies the use case for the control.Method parameters in com.google.cloud.retail.v2alpha with type arguments of type SearchSolutionUseCase Modifier and Type Method Description Control.BuilderControl.Builder. addAllSearchSolutionUseCase(Iterable<? extends SearchSolutionUseCase> values)Specifies the use case for the control.
-