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