| Interface | Description |
|---|---|
| AddressOrBuilder | |
| ClientHeaderOrBuilder | |
| GrpcLogEntryOrBuilder | |
| MessageOrBuilder | |
| MetadataEntryOrBuilder | |
| MetadataOrBuilder | |
| ServerHeaderOrBuilder | |
| TrailerOrBuilder |
| Class | Description |
|---|---|
| Address |
Address information
|
| Address.Builder |
Address information
|
| BinaryLogProto | |
| ClientHeader |
Protobuf type
grpc.binarylog.v1.ClientHeader |
| ClientHeader.Builder |
Protobuf type
grpc.binarylog.v1.ClientHeader |
| GrpcLogEntry |
Log entry we store in binary logs
|
| GrpcLogEntry.Builder |
Log entry we store in binary logs
|
| Message |
Message payload, used by CLIENT_MESSAGE and SERVER_MESSAGE
|
| Message.Builder |
Message payload, used by CLIENT_MESSAGE and SERVER_MESSAGE
|
| Metadata |
A list of metadata pairs, used in the payload of client header,
server header, and server trailer.
|
| Metadata.Builder |
A list of metadata pairs, used in the payload of client header,
server header, and server trailer.
|
| MetadataEntry |
A metadata key value pair
|
| MetadataEntry.Builder |
A metadata key value pair
|
| ServerHeader |
Protobuf type
grpc.binarylog.v1.ServerHeader |
| ServerHeader.Builder |
Protobuf type
grpc.binarylog.v1.ServerHeader |
| Trailer |
Protobuf type
grpc.binarylog.v1.Trailer |
| Trailer.Builder |
Protobuf type
grpc.binarylog.v1.Trailer |
| Enum | Description |
|---|---|
| Address.Type |
Protobuf enum
grpc.binarylog.v1.Address.Type |
| GrpcLogEntry.EventType |
Enumerates the type of event
Note the terminology is different from the RPC semantics
definition, but the same meaning is expressed here.
|
| GrpcLogEntry.Logger |
Enumerates the entity that generates the log entry
|
| GrpcLogEntry.PayloadCase |