Uses of Class
io.grpc.binarylog.v1.Address
-
Packages that use Address Package Description io.grpc.binarylog.v1 -
-
Uses of Address in io.grpc.binarylog.v1
Methods in io.grpc.binarylog.v1 that return Address Modifier and Type Method Description Address
Address.Builder. build()
Address
Address.Builder. buildPartial()
static Address
Address. getDefaultInstance()
Address
Address.Builder. getDefaultInstanceForType()
Address
Address. getDefaultInstanceForType()
Address
GrpcLogEntry.Builder. getPeer()
Peer address information, will only be recorded on the first incoming event.Address
GrpcLogEntry. 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(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)
static Address
Address. parseFrom(ByteBuffer data)
static Address
Address. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.binarylog.v1 that return types with arguments of type Address Modifier and Type Method Description Parser<Address>
Address. getParserForType()
static Parser<Address>
Address. parser()
Methods in io.grpc.binarylog.v1 with parameters of type Address Modifier and Type Method 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.
-