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