Uses of Class
com.google.cloud.recommender.v1beta1.Impact.ProjectionCase
-
Packages that use Impact.ProjectionCase Package Description com.google.cloud.recommender.v1beta1 A client to Recommender API -
-
Uses of Impact.ProjectionCase in com.google.cloud.recommender.v1beta1
Methods in com.google.cloud.recommender.v1beta1 that return Impact.ProjectionCase Modifier and Type Method Description static Impact.ProjectionCase
Impact.ProjectionCase. forNumber(int value)
Impact.ProjectionCase
Impact.Builder. getProjectionCase()
Impact.ProjectionCase
Impact. getProjectionCase()
Impact.ProjectionCase
ImpactOrBuilder. getProjectionCase()
static Impact.ProjectionCase
Impact.ProjectionCase. valueOf(int value)
Deprecated.static Impact.ProjectionCase
Impact.ProjectionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Impact.ProjectionCase[]
Impact.ProjectionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-