Uses of Class
com.google.cloud.recommender.v1.Recommendation.Priority
-
Packages that use Recommendation.Priority Package Description com.google.cloud.recommender.v1 A client to Recommender API -
-
Uses of Recommendation.Priority in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return Recommendation.Priority Modifier and Type Method Description static Recommendation.Priority
Recommendation.Priority. forNumber(int value)
Recommendation.Priority
Recommendation.Builder. getPriority()
Recommendation's priority.Recommendation.Priority
Recommendation. getPriority()
Recommendation's priority.Recommendation.Priority
RecommendationOrBuilder. getPriority()
Recommendation's priority.static Recommendation.Priority
Recommendation.Priority. valueOf(int value)
Deprecated.static Recommendation.Priority
Recommendation.Priority. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Recommendation.Priority
Recommendation.Priority. valueOf(String name)
Returns the enum constant of this type with the specified name.static Recommendation.Priority[]
Recommendation.Priority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.recommender.v1 that return types with arguments of type Recommendation.Priority Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Recommendation.Priority>
Recommendation.Priority. internalGetValueMap()
Methods in com.google.cloud.recommender.v1 with parameters of type Recommendation.Priority Modifier and Type Method Description Recommendation.Builder
Recommendation.Builder. setPriority(Recommendation.Priority value)
Recommendation's priority.
-