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.VALUES
Fields 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.internalValueMap
Methods in io.grpc.binarylog.v1 that return GrpcLogEntry.EventTypeModifier and TypeMethodDescriptionstatic GrpcLogEntry.EventType
GrpcLogEntry.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.EventType
GrpcLogEntry.EventType.valueOf
(int value) Deprecated.static GrpcLogEntry.EventType
GrpcLogEntry.EventType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static GrpcLogEntry.EventType
Returns 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> void
BinlogHelper.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> void
BinlogHelper.SinkWriterImpl.logRpcMessage
(long seq, GrpcLogEntry.EventType eventType, MethodDescriptor.Marshaller<T> marshaller, T message, GrpcLogEntry.Logger logger, long callId)