Uses of Class
io.grpc.binarylog.v1.Address.Builder
Packages that use Address.Builder
-
Uses of Address.Builder in io.grpc.binarylog.v1
Subclasses with type arguments of type Address.Builder in io.grpc.binarylog.v1Fields in io.grpc.binarylog.v1 with type parameters of type Address.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Address, Address.Builder, AddressOrBuilder> GrpcLogEntry.Builder.peerBuilder_Methods in io.grpc.binarylog.v1 that return Address.BuilderModifier and TypeMethodDescriptionAddress.Builder.clear()Address.Builder.clearAddress()string address = 2;Address.Builder.clearIpPort()only for TYPE_IPV4 and TYPE_IPV6Address.Builder.clearType().grpc.binarylog.v1.Address.Type type = 1;GrpcLogEntry.Builder.getPeerBuilder()Peer address information, will only be recorded on the first incoming event.Address.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Address.Builder.mergeFrom(com.google.protobuf.Message other) static Address.BuilderAddress.newBuilder()static Address.BuilderAddress.newBuilder(Address prototype) Address.newBuilderForType()protected Address.BuilderAddress.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Address.Builder.setAddress(String value) string address = 2;Address.Builder.setAddressBytes(com.google.protobuf.ByteString value) string address = 2;Address.Builder.setIpPort(int value) only for TYPE_IPV4 and TYPE_IPV6Address.Builder.setType(Address.Type value) .grpc.binarylog.v1.Address.Type type = 1;Address.Builder.setTypeValue(int value) .grpc.binarylog.v1.Address.Type type = 1;Address.toBuilder()Methods in io.grpc.binarylog.v1 that return types with arguments of type Address.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Address, Address.Builder, AddressOrBuilder> GrpcLogEntry.Builder.internalGetPeerFieldBuilder()Peer address information, will only be recorded on the first incoming event.Methods in io.grpc.binarylog.v1 with parameters of type Address.BuilderModifier and TypeMethodDescriptionGrpcLogEntry.Builder.setPeer(Address.Builder builderForValue) Peer address information, will only be recorded on the first incoming event.