Uses of Class
com.google.cloud.recommender.v1beta1.Impact.Category
-
Packages that use Impact.Category Package Description com.google.cloud.recommender.v1beta1 A client to Recommender API -
-
Uses of Impact.Category in com.google.cloud.recommender.v1beta1
Methods in com.google.cloud.recommender.v1beta1 that return Impact.Category Modifier and Type Method Description static Impact.CategoryImpact.Category. forNumber(int value)Impact.CategoryImpact.Builder. getCategory()Category that is being targeted.Impact.CategoryImpact. getCategory()Category that is being targeted.Impact.CategoryImpactOrBuilder. getCategory()Category that is being targeted.static Impact.CategoryImpact.Category. valueOf(int value)Deprecated.static Impact.CategoryImpact.Category. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Impact.CategoryImpact.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static Impact.Category[]Impact.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.recommender.v1beta1 that return types with arguments of type Impact.Category Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Impact.Category>Impact.Category. internalGetValueMap()Methods in com.google.cloud.recommender.v1beta1 with parameters of type Impact.Category Modifier and Type Method Description Impact.BuilderImpact.Builder. setCategory(Impact.Category value)Category that is being targeted.
-