Uses of Class
io.grpc.binarylog.v1.Address.Type
-
Packages that use Address.Type Package Description io.grpc.binarylog.v1 -
-
Uses of Address.Type in io.grpc.binarylog.v1
Methods in io.grpc.binarylog.v1 that return Address.Type Modifier and Type Method Description static Address.Type
Address.Type. forNumber(int value)
Address.Type
Address.Builder. getType()
.grpc.binarylog.v1.Address.Type type = 1;
Address.Type
Address. getType()
.grpc.binarylog.v1.Address.Type type = 1;
Address.Type
AddressOrBuilder. getType()
.grpc.binarylog.v1.Address.Type type = 1;
static Address.Type
Address.Type. valueOf(int value)
Deprecated.static Address.Type
Address.Type. valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Address.Type
Address.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Address.Type[]
Address.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.binarylog.v1 that return types with arguments of type Address.Type Modifier and Type Method Description static Internal.EnumLiteMap<Address.Type>
Address.Type. internalGetValueMap()
Methods in io.grpc.binarylog.v1 with parameters of type Address.Type Modifier and Type Method Description Address.Builder
Address.Builder. setType(Address.Type value)
.grpc.binarylog.v1.Address.Type type = 1;
-