Uses of Class
io.envoyproxy.envoy.service.auth.v3.AttributeContext.Peer.Builder
Packages that use AttributeContext.Peer.Builder
-
Uses of AttributeContext.Peer.Builder in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return AttributeContext.Peer.BuilderModifier and TypeMethodDescriptionAttributeContext.Peer.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Peer.Builder.clear()AttributeContext.Peer.Builder.clearAddress()The address of the peer, this is typically the IP address.AttributeContext.Peer.Builder.clearCertificate()The X.509 certificate used to authenticate the identify of this peer.AttributeContext.Peer.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeContext.Peer.Builder.clearLabels()AttributeContext.Peer.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeContext.Peer.Builder.clearPrincipal()The authenticated identity of this peer.AttributeContext.Peer.Builder.clearService()The canonical service name of the peer.AttributeContext.Peer.Builder.clone()AttributeContext.Builder.getDestinationBuilder()The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.getSourceBuilder()The source of a network activity, such as starting a TCP connection.AttributeContext.Peer.Builder.mergeAddress(Address value) The address of the peer, this is typically the IP address.AttributeContext.Peer.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeContext.Peer.Builder.mergeFrom(com.google.protobuf.Message other) AttributeContext.Peer.Builder.mergeFrom(AttributeContext.Peer other) AttributeContext.Peer.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Peer.newBuilder()AttributeContext.Peer.newBuilder(AttributeContext.Peer prototype) AttributeContext.Peer.newBuilderForType()protected AttributeContext.Peer.BuilderAttributeContext.Peer.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeContext.Peer.Builder.putAllLabels(Map<String, String> values) The labels associated with the peer.The labels associated with the peer.AttributeContext.Peer.Builder.removeLabels(String key) The labels associated with the peer.AttributeContext.Peer.Builder.setAddress(Address value) The address of the peer, this is typically the IP address.AttributeContext.Peer.Builder.setAddress(Address.Builder builderForValue) The address of the peer, this is typically the IP address.AttributeContext.Peer.Builder.setCertificate(String value) The X.509 certificate used to authenticate the identify of this peer.AttributeContext.Peer.Builder.setCertificateBytes(com.google.protobuf.ByteString value) The X.509 certificate used to authenticate the identify of this peer.AttributeContext.Peer.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Peer.Builder.setPrincipal(String value) The authenticated identity of this peer.AttributeContext.Peer.Builder.setPrincipalBytes(com.google.protobuf.ByteString value) The authenticated identity of this peer.AttributeContext.Peer.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AttributeContext.Peer.Builder.setService(String value) The canonical service name of the peer.AttributeContext.Peer.Builder.setServiceBytes(com.google.protobuf.ByteString value) The canonical service name of the peer.AttributeContext.Peer.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Peer.toBuilder()Methods in io.envoyproxy.envoy.service.auth.v3 with parameters of type AttributeContext.Peer.BuilderModifier and TypeMethodDescriptionAttributeContext.Builder.setDestination(AttributeContext.Peer.Builder builderForValue) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.setSource(AttributeContext.Peer.Builder builderForValue) The source of a network activity, such as starting a TCP connection.