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.TypeAddress.Type. forNumber(int value)Address.TypeAddress.Builder. getType().grpc.binarylog.v1.Address.Type type = 1;Address.TypeAddress. getType().grpc.binarylog.v1.Address.Type type = 1;Address.TypeAddressOrBuilder. getType().grpc.binarylog.v1.Address.Type type = 1;static Address.TypeAddress.Type. valueOf(int value)Deprecated.static Address.TypeAddress.Type. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Address.TypeAddress.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.BuilderAddress.Builder. setType(Address.Type value).grpc.binarylog.v1.Address.Type type = 1;
-