| Package | Description |
|---|---|
| io.grpc.binarylog.v1 |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.Builder.build() |
Address |
Address.Builder.buildPartial() |
static Address |
Address.getDefaultInstance() |
Address |
Address.getDefaultInstanceForType() |
Address |
Address.Builder.getDefaultInstanceForType() |
Address |
GrpcLogEntry.getPeer()
Peer address information, will only be recorded on the first
incoming event.
|
Address |
GrpcLogEntry.Builder.getPeer()
Peer address information, will only be recorded on the first
incoming event.
|
Address |
GrpcLogEntryOrBuilder.getPeer()
Peer address information, will only be recorded on the first
incoming event.
|
static Address |
Address.parseDelimitedFrom(InputStream input) |
static Address |
Address.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(byte[] data) |
static Address |
Address.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(ByteBuffer data) |
static Address |
Address.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(ByteString data) |
static Address |
Address.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(CodedInputStream input) |
static Address |
Address.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Address |
Address.parseFrom(InputStream input) |
static Address |
Address.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Parser<Address> |
Address.getParserForType() |
static Parser<Address> |
Address.parser() |
| Modifier and Type | Method and Description |
|---|---|
Address.Builder |
Address.Builder.mergeFrom(Address other) |
GrpcLogEntry.Builder |
GrpcLogEntry.Builder.mergePeer(Address value)
Peer address information, will only be recorded on the first
incoming event.
|
static Address.Builder |
Address.newBuilder(Address prototype) |
GrpcLogEntry.Builder |
GrpcLogEntry.Builder.setPeer(Address value)
Peer address information, will only be recorded on the first
incoming event.
|