Uses of Class
com.google.cloud.recommender.v1.Insight.Category
-
Packages that use Insight.Category Package Description com.google.cloud.recommender.v1 A client to Recommender API -
-
Uses of Insight.Category in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return Insight.Category Modifier and Type Method Description static Insight.Category
Insight.Category. forNumber(int value)
Insight.Category
Insight.Builder. getCategory()
Category being targeted by the insight.Insight.Category
Insight. getCategory()
Category being targeted by the insight.Insight.Category
InsightOrBuilder. getCategory()
Category being targeted by the insight.static Insight.Category
Insight.Category. valueOf(int value)
Deprecated.static Insight.Category
Insight.Category. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Insight.Category
Insight.Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static Insight.Category[]
Insight.Category. 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 Insight.Category Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Insight.Category>
Insight.Category. internalGetValueMap()
Methods in com.google.cloud.recommender.v1 with parameters of type Insight.Category Modifier and Type Method Description Insight.Builder
Insight.Builder. setCategory(Insight.Category value)
Category being targeted by the insight.
-