AttributeContext.Builder |
AttributeContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AttributeContext.Builder |
AttributeContext.Builder.clear() |
|
AttributeContext.Builder |
AttributeContext.Builder.clearContextExtensions() |
|
AttributeContext.Builder |
AttributeContext.Builder.clearDestination() |
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Builder |
AttributeContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
AttributeContext.Builder |
AttributeContext.Builder.clearMetadataContext() |
Dynamic metadata associated with the request.
|
AttributeContext.Builder |
AttributeContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
AttributeContext.Builder |
AttributeContext.Builder.clearRequest() |
Represents a network request, such as an HTTP request.
|
AttributeContext.Builder |
AttributeContext.Builder.clearSource() |
The source of a network activity, such as starting a TCP connection.
|
AttributeContext.Builder |
AttributeContext.Builder.clone() |
|
AttributeContext.Builder |
CheckRequest.Builder.getAttributesBuilder() |
The request attributes.
|
AttributeContext.Builder |
AttributeContext.Builder.mergeDestination(AttributeContext.Peer value) |
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Builder |
AttributeContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
AttributeContext.Builder |
AttributeContext.Builder.mergeFrom(com.google.protobuf.Message other) |
|
AttributeContext.Builder |
AttributeContext.Builder.mergeFrom(AttributeContext other) |
|
AttributeContext.Builder |
AttributeContext.Builder.mergeMetadataContext(Metadata value) |
Dynamic metadata associated with the request.
|
AttributeContext.Builder |
AttributeContext.Builder.mergeRequest(AttributeContext.Request value) |
Represents a network request, such as an HTTP request.
|
AttributeContext.Builder |
AttributeContext.Builder.mergeSource(AttributeContext.Peer value) |
The source of a network activity, such as starting a TCP connection.
|
AttributeContext.Builder |
AttributeContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static AttributeContext.Builder |
AttributeContext.newBuilder() |
|
static AttributeContext.Builder |
AttributeContext.newBuilder(AttributeContext prototype) |
|
AttributeContext.Builder |
AttributeContext.newBuilderForType() |
|
protected AttributeContext.Builder |
AttributeContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
AttributeContext.Builder |
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 |
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 |
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 |
AttributeContext.Builder.setDestination(AttributeContext.Peer value) |
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Builder |
AttributeContext.Builder.setDestination(AttributeContext.Peer.Builder builderForValue) |
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Builder |
AttributeContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AttributeContext.Builder |
AttributeContext.Builder.setMetadataContext(Metadata value) |
Dynamic metadata associated with the request.
|
AttributeContext.Builder |
AttributeContext.Builder.setMetadataContext(Metadata.Builder builderForValue) |
Dynamic metadata associated with the request.
|
AttributeContext.Builder |
AttributeContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
AttributeContext.Builder |
AttributeContext.Builder.setRequest(AttributeContext.Request value) |
Represents a network request, such as an HTTP request.
|
AttributeContext.Builder |
AttributeContext.Builder.setRequest(AttributeContext.Request.Builder builderForValue) |
Represents a network request, such as an HTTP request.
|
AttributeContext.Builder |
AttributeContext.Builder.setSource(AttributeContext.Peer value) |
The source of a network activity, such as starting a TCP connection.
|
AttributeContext.Builder |
AttributeContext.Builder.setSource(AttributeContext.Peer.Builder builderForValue) |
The source of a network activity, such as starting a TCP connection.
|
AttributeContext.Builder |
AttributeContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
AttributeContext.Builder |
AttributeContext.toBuilder() |
|