Uses of Interface
io.grpc.binarylog.v1.MessageOrBuilder
-
Packages that use MessageOrBuilder Package Description io.grpc.binarylog.v1 -
-
Uses of MessageOrBuilder in io.grpc.binarylog.v1
Classes in io.grpc.binarylog.v1 that implement MessageOrBuilder Modifier and Type Class Description class
Message
Message payload, used by CLIENT_MESSAGE and SERVER_MESSAGEstatic class
Message.Builder
Message payload, used by CLIENT_MESSAGE and SERVER_MESSAGEFields in io.grpc.binarylog.v1 with type parameters of type MessageOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Message,Message.Builder,MessageOrBuilder>
GrpcLogEntry.Builder. messageBuilder_
Methods in io.grpc.binarylog.v1 that return MessageOrBuilder Modifier and Type Method Description MessageOrBuilder
GrpcLogEntry.Builder. getMessageOrBuilder()
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGEMessageOrBuilder
GrpcLogEntry. getMessageOrBuilder()
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGEMessageOrBuilder
GrpcLogEntryOrBuilder. getMessageOrBuilder()
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGEMethods in io.grpc.binarylog.v1 that return types with arguments of type MessageOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Message,Message.Builder,MessageOrBuilder>
GrpcLogEntry.Builder. getMessageFieldBuilder()
Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE
-