Uses of Class
io.envoyproxy.envoy.service.auth.v2.AttributeContext.Builder
Packages that use AttributeContext.Builder
-
Uses of AttributeContext.Builder in io.envoyproxy.envoy.service.auth.v2
Methods in io.envoyproxy.envoy.service.auth.v2 that return AttributeContext.BuilderModifier and TypeMethodDescriptionAttributeContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Builder.clear()AttributeContext.Builder.clearContextExtensions()AttributeContext.Builder.clearDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeContext.Builder.clearMetadataContext()Dynamic metadata associated with the request.AttributeContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeContext.Builder.clearRequest()Represents a network request, such as an HTTP request.AttributeContext.Builder.clearSource()The source of a network activity, such as starting a TCP connection.AttributeContext.Builder.clone()CheckRequest.Builder.getAttributesBuilder()The request attributes.AttributeContext.Builder.mergeDestination(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeContext.Builder.mergeFrom(com.google.protobuf.Message other) AttributeContext.Builder.mergeFrom(AttributeContext other) AttributeContext.Builder.mergeMetadataContext(Metadata value) Dynamic metadata associated with the request.AttributeContext.Builder.mergeRequest(AttributeContext.Request value) Represents a network request, such as an HTTP request.AttributeContext.Builder.mergeSource(AttributeContext.Peer value) The source of a network activity, such as starting a TCP connection.final AttributeContext.BuilderAttributeContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static AttributeContext.BuilderAttributeContext.newBuilder()static AttributeContext.BuilderAttributeContext.newBuilder(AttributeContext prototype) AttributeContext.newBuilderForType()protected AttributeContext.BuilderAttributeContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeContext.Builder.putAllContextExtensions(Map<String, String> values) This is analogous to http_request.headers, however these contents will not be sent to the upstream server.AttributeContext.Builder.putContextExtensions(String key, String value) This is analogous to http_request.headers, however these contents will not be sent to the upstream server.AttributeContext.Builder.removeContextExtensions(String key) This is analogous to http_request.headers, however these contents will not be sent to the upstream server.AttributeContext.Builder.setDestination(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.setDestination(AttributeContext.Peer.Builder builderForValue) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Builder.setMetadataContext(Metadata value) Dynamic metadata associated with the request.AttributeContext.Builder.setMetadataContext(Metadata.Builder builderForValue) Dynamic metadata associated with the request.AttributeContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AttributeContext.Builder.setRequest(AttributeContext.Request value) Represents a network request, such as an HTTP request.AttributeContext.Builder.setRequest(AttributeContext.Request.Builder builderForValue) Represents a network request, such as an HTTP request.AttributeContext.Builder.setSource(AttributeContext.Peer value) The source of a network activity, such as starting a TCP connection.AttributeContext.Builder.setSource(AttributeContext.Peer.Builder builderForValue) The source of a network activity, such as starting a TCP connection.final AttributeContext.BuilderAttributeContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.toBuilder()Methods in io.envoyproxy.envoy.service.auth.v2 with parameters of type AttributeContext.BuilderModifier and TypeMethodDescriptionCheckRequest.Builder.setAttributes(AttributeContext.Builder builderForValue) The request attributes.