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