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