Uses of Enum
io.grpc.binarylog.v1.GrpcLogEntry.EventType
Packages that use GrpcLogEntry.EventType
-
Uses of GrpcLogEntry.EventType in io.grpc.binarylog.v1
Methods in io.grpc.binarylog.v1 that return GrpcLogEntry.EventTypeModifier and TypeMethodDescriptionstatic GrpcLogEntry.EventTypeGrpcLogEntry.EventType.forNumber(int value) GrpcLogEntry.Builder.getType().grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;GrpcLogEntry.getType().grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;GrpcLogEntryOrBuilder.getType().grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;static GrpcLogEntry.EventTypeGrpcLogEntry.EventType.valueOf(int value) Deprecated.static GrpcLogEntry.EventTypeGrpcLogEntry.EventType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static GrpcLogEntry.EventTypeReturns the enum constant of this type with the specified name.static GrpcLogEntry.EventType[]GrpcLogEntry.EventType.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 GrpcLogEntry.EventTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<GrpcLogEntry.EventType> GrpcLogEntry.EventType.internalGetValueMap()Methods in io.grpc.binarylog.v1 with parameters of type GrpcLogEntry.EventTypeModifier and TypeMethodDescriptionGrpcLogEntry.Builder.setType(GrpcLogEntry.EventType value) .grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;