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