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.SearchMode
SearchJobsRequest.SearchMode. forNumber(int value)
SearchJobsRequest.SearchMode
SearchJobsRequest.Builder. getSearchMode()
Mode of a search.SearchJobsRequest.SearchMode
SearchJobsRequest. getSearchMode()
Mode of a search.SearchJobsRequest.SearchMode
SearchJobsRequestOrBuilder. getSearchMode()
Mode of a search.static SearchJobsRequest.SearchMode
SearchJobsRequest.SearchMode. valueOf(int value)
Deprecated.static SearchJobsRequest.SearchMode
SearchJobsRequest.SearchMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SearchJobsRequest.SearchMode
SearchJobsRequest.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.Builder
SearchJobsRequest.Builder. setSearchMode(SearchJobsRequest.SearchMode value)
Mode of a search.
-