Uses of Class
com.google.cloud.talent.v4.SearchJobsRequest.SearchMode
-
Packages that use SearchJobsRequest.SearchMode Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of SearchJobsRequest.SearchMode in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return SearchJobsRequest.SearchMode Modifier and Type Method Description static SearchJobsRequest.SearchModeSearchJobsRequest.SearchMode. forNumber(int value)SearchJobsRequest.SearchModeSearchJobsRequest.Builder. getSearchMode()Mode of a search.SearchJobsRequest.SearchModeSearchJobsRequest. getSearchMode()Mode of a search.SearchJobsRequest.SearchModeSearchJobsRequestOrBuilder. getSearchMode()Mode of a search.static SearchJobsRequest.SearchModeSearchJobsRequest.SearchMode. valueOf(int value)Deprecated.static SearchJobsRequest.SearchModeSearchJobsRequest.SearchMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SearchJobsRequest.SearchModeSearchJobsRequest.SearchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchJobsRequest.SearchMode[]SearchJobsRequest.SearchMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.talent.v4 that return types with arguments of type SearchJobsRequest.SearchMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SearchJobsRequest.SearchMode>SearchJobsRequest.SearchMode. internalGetValueMap()Methods in com.google.cloud.talent.v4 with parameters of type SearchJobsRequest.SearchMode Modifier and Type Method Description SearchJobsRequest.BuilderSearchJobsRequest.Builder. setSearchMode(SearchJobsRequest.SearchMode value)Mode of a search.
-