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.Category
Impact.Category. forNumber(int value)
Impact.Category
Impact.Builder. getCategory()
Category that is being targeted.Impact.Category
Impact. getCategory()
Category that is being targeted.Impact.Category
ImpactOrBuilder. getCategory()
Category that is being targeted.static Impact.Category
Impact.Category. valueOf(int value)
Deprecated.static Impact.Category
Impact.Category. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Impact.Category
Impact.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.Builder
Impact.Builder. setCategory(Impact.Category value)
Category that is being targeted.
-