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. VALUESFields 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. internalValueMapMethods in io.grpc.binarylog.v1 that return GrpcLogEntry.EventType Modifier and Type Method Description static GrpcLogEntry.EventTypeGrpcLogEntry.EventType. forNumber(int value)GrpcLogEntry.EventTypeGrpcLogEntry.Builder. getType().grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;GrpcLogEntry.EventTypeGrpcLogEntry. getType().grpc.binarylog.v1.GrpcLogEntry.EventType type = 4;GrpcLogEntry.EventTypeGrpcLogEntryOrBuilder. 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.EventTypeGrpcLogEntry.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.BuilderGrpcLogEntry.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> 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)
-