Uses of Enum
io.grpc.binarylog.v1.GrpcLogEntry.EventType
Packages that use GrpcLogEntry.EventType
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of GrpcLogEntry.EventType in io.grpc.binarylog.v1
Fields in io.grpc.binarylog.v1 declared as GrpcLogEntry.EventTypeModifier and TypeFieldDescriptionprivate static final GrpcLogEntry.EventType[]GrpcLogEntry.EventType.VALUESFields in io.grpc.binarylog.v1 with type parameters of type GrpcLogEntry.EventTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<GrpcLogEntry.EventType> GrpcLogEntry.EventType.internalValueMapMethods 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; -
Uses of GrpcLogEntry.EventType in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GrpcLogEntry.EventTypeModifier and TypeMethodDescription(package private) abstract <T> voidBinlogHelper.SinkWriter.logRpcMessage(long seq, GrpcLogEntry.EventType eventType, MethodDescriptor.Marshaller<T> marshaller, T message, GrpcLogEntry.Logger logger, long callId) Logs the message message.(package private) <T> voidBinlogHelper.SinkWriterImpl.logRpcMessage(long seq, GrpcLogEntry.EventType eventType, MethodDescriptor.Marshaller<T> marshaller, T message, GrpcLogEntry.Logger logger, long callId)