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