Uses of Class
io.grpc.binarylog.v1.GrpcLogEntry.EventType
-
Packages that use GrpcLogEntry.EventType Package Description io.grpc.binarylog.v1 io.grpc.protobuf.services 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.EventType Modifier and Type Field Description private static GrpcLogEntry.EventType[]
GrpcLogEntry.EventType. VALUES
Fields in io.grpc.binarylog.v1 with type parameters of type GrpcLogEntry.EventType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<GrpcLogEntry.EventType>
GrpcLogEntry.EventType. internalValueMap
Methods in io.grpc.binarylog.v1 that return GrpcLogEntry.EventType Modifier and Type Method Description static GrpcLogEntry.EventType
GrpcLogEntry.EventType. forNumber(int value)
GrpcLogEntry.EventType
GrpcLogEntry.Builder. getType()
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
GrpcLogEntry.EventType
GrpcLogEntry. getType()
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;
GrpcLogEntry.EventType
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
GrpcLogEntry.EventType. valueOf(java.lang.String name)
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.EventType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<GrpcLogEntry.EventType>
GrpcLogEntry.EventType. internalGetValueMap()
Methods in io.grpc.binarylog.v1 with parameters of type GrpcLogEntry.EventType Modifier and Type Method Description GrpcLogEntry.Builder
GrpcLogEntry.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.EventType Modifier and Type Method Description (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)
-