Uses of Interface
io.grpc.binarylog.v1.AddressOrBuilder
-
Packages that use AddressOrBuilder Package Description io.grpc.binarylog.v1 -
-
Uses of AddressOrBuilder in io.grpc.binarylog.v1
Classes in io.grpc.binarylog.v1 that implement AddressOrBuilder Modifier and Type Class Description class
Address
Address informationstatic class
Address.Builder
Address informationFields in io.grpc.binarylog.v1 with type parameters of type AddressOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
GrpcLogEntry.Builder. peerBuilder_
Methods in io.grpc.binarylog.v1 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilder
GrpcLogEntry.Builder. getPeerOrBuilder()
Peer address information, will only be recorded on the first incoming event.AddressOrBuilder
GrpcLogEntry. getPeerOrBuilder()
Peer address information, will only be recorded on the first incoming event.AddressOrBuilder
GrpcLogEntryOrBuilder. getPeerOrBuilder()
Peer address information, will only be recorded on the first incoming event.Methods in io.grpc.binarylog.v1 that return types with arguments of type AddressOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
GrpcLogEntry.Builder. getPeerFieldBuilder()
Peer address information, will only be recorded on the first incoming event.
-