Uses of Class
io.grpc.binarylog.v1.Message.Builder
Packages that use Message.Builder
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of Message.Builder in io.grpc.binarylog.v1
Fields in io.grpc.binarylog.v1 with type parameters of type Message.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Message, Message.Builder, MessageOrBuilder> GrpcLogEntry.Builder.messageBuilder_Methods in io.grpc.binarylog.v1 that return Message.BuilderModifier and TypeMethodDescriptionMessage.Builder.clear()Message.Builder.clearData()May be truncated or omitted.Message.Builder.clearLength()Length of the message.GrpcLogEntry.Builder.getMessageBuilder()Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGEMessage.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom(com.google.protobuf.Message other) static Message.BuilderMessage.newBuilder()static Message.BuilderMessage.newBuilder(Message prototype) Message.newBuilderForType()protected Message.BuilderMessage.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Message.Builder.setData(com.google.protobuf.ByteString value) May be truncated or omitted.Message.Builder.setLength(int value) Length of the message.Message.toBuilder()Methods in io.grpc.binarylog.v1 that return types with arguments of type Message.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Message, Message.Builder, MessageOrBuilder> GrpcLogEntry.Builder.internalGetMessageFieldBuilder()Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGEMethods in io.grpc.binarylog.v1 with parameters of type Message.BuilderModifier and TypeMethodDescriptionGrpcLogEntry.Builder.setMessage(Message.Builder builderForValue) Used by EVENT_TYPE_CLIENT_MESSAGE, EVENT_TYPE_SERVER_MESSAGE -
Uses of Message.Builder in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return types with arguments of type Message.BuilderModifier and TypeMethodDescription(package private) static BinlogHelper.MaybeTruncated<Message.Builder> BinlogHelper.createMessageProto(byte[] message, int maxMessageBytes)