Uses of Enum
io.grpc.binarylog.v1.Address.Type
Packages that use Address.Type
-
Uses of Address.Type in io.grpc.binarylog.v1
Subclasses with type arguments of type Address.Type in io.grpc.binarylog.v1Modifier and TypeClassDescriptionstatic enumProtobuf enumgrpc.binarylog.v1.Address.TypeFields in io.grpc.binarylog.v1 declared as Address.TypeFields in io.grpc.binarylog.v1 with type parameters of type Address.TypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<Address.Type> Address.Type.internalValueMapMethods in io.grpc.binarylog.v1 that return Address.TypeModifier and TypeMethodDescriptionstatic Address.TypeAddress.Type.forNumber(int value) Address.Builder.getType().grpc.binarylog.v1.Address.Type type = 1;Address.getType().grpc.binarylog.v1.Address.Type type = 1;AddressOrBuilder.getType().grpc.binarylog.v1.Address.Type type = 1;static Address.TypeAddress.Type.valueOf(int value) Deprecated.static Address.TypeAddress.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Address.TypeReturns 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.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Address.Type> Address.Type.internalGetValueMap()Methods in io.grpc.binarylog.v1 with parameters of type Address.TypeModifier and TypeMethodDescriptionAddress.Builder.setType(Address.Type value) .grpc.binarylog.v1.Address.Type type = 1;