Uses of Class
io.grpc.channelz.v1.Security.ModelCase
-
Packages that use Security.ModelCase Package Description io.grpc.channelz.v1 -
-
Uses of Security.ModelCase in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return Security.ModelCase Modifier and Type Method Description static Security.ModelCase
Security.ModelCase. forNumber(int value)
Security.ModelCase
Security.Builder. getModelCase()
Security.ModelCase
Security. getModelCase()
Security.ModelCase
SecurityOrBuilder. getModelCase()
static Security.ModelCase
Security.ModelCase. valueOf(int value)
Deprecated.static Security.ModelCase
Security.ModelCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Security.ModelCase[]
Security.ModelCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-