Uses of Class
com.google.api.HttpRule.PatternCase
-
Packages that use HttpRule.PatternCase Package Description com.google.api -
-
Uses of HttpRule.PatternCase in com.google.api
Methods in com.google.api that return HttpRule.PatternCase Modifier and Type Method Description static HttpRule.PatternCase
HttpRule.PatternCase. forNumber(int value)
HttpRule.PatternCase
HttpRule.Builder. getPatternCase()
HttpRule.PatternCase
HttpRule. getPatternCase()
HttpRule.PatternCase
HttpRuleOrBuilder. getPatternCase()
static HttpRule.PatternCase
HttpRule.PatternCase. valueOf(int value)
Deprecated.static HttpRule.PatternCase
HttpRule.PatternCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpRule.PatternCase[]
HttpRule.PatternCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-