AttributeContext.Request.Builder |
AttributeContext.Request.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clear() |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearAuth() |
The request authentication.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearHeaders() |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearHost() |
The HTTP request `Host` header value.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearId() |
The unique ID for a request, which can be propagated to downstream
systems.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearMethod() |
The HTTP request method, such as `GET`, `POST`.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearPath() |
The HTTP URL path, excluding the query parameters.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearProtocol() |
The network protocol used with the request, such as "http/1.1",
"spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic".
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearQuery() |
The HTTP URL query in the format of `name1=value1&name2=value2`, as it
appears in the first line of the HTTP request.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearReason() |
A special parameter for request reason.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearScheme() |
The HTTP URL scheme, such as `http` and `https`.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearSize() |
The HTTP request size in bytes.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clearTime() |
The timestamp when the `destination` service receives the last byte of
the request.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.clone() |
|
AttributeContext.Request.Builder |
AttributeContext.Builder.getRequestBuilder() |
Represents a network request, such as an HTTP request.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.mergeAuth(AttributeContext.Auth value) |
The request authentication.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.mergeFrom(com.google.protobuf.Message other) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.mergeFrom(AttributeContext.Request other) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.mergeTime(com.google.protobuf.Timestamp value) |
The timestamp when the `destination` service receives the last byte of
the request.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static AttributeContext.Request.Builder |
AttributeContext.Request.newBuilder() |
|
static AttributeContext.Request.Builder |
AttributeContext.Request.newBuilder(AttributeContext.Request prototype) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.newBuilderForType() |
|
protected AttributeContext.Request.Builder |
AttributeContext.Request.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.putAllHeaders(java.util.Map<java.lang.String,java.lang.String> values) |
The HTTP request headers.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.putHeaders(java.lang.String key,
java.lang.String value) |
The HTTP request headers.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.removeHeaders(java.lang.String key) |
The HTTP request headers.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setAuth(AttributeContext.Auth value) |
The request authentication.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setAuth(AttributeContext.Auth.Builder builderForValue) |
The request authentication.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setHost(java.lang.String value) |
The HTTP request `Host` header value.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setHostBytes(com.google.protobuf.ByteString value) |
The HTTP request `Host` header value.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setId(java.lang.String value) |
The unique ID for a request, which can be propagated to downstream
systems.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setIdBytes(com.google.protobuf.ByteString value) |
The unique ID for a request, which can be propagated to downstream
systems.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setMethod(java.lang.String value) |
The HTTP request method, such as `GET`, `POST`.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setMethodBytes(com.google.protobuf.ByteString value) |
The HTTP request method, such as `GET`, `POST`.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setPath(java.lang.String value) |
The HTTP URL path, excluding the query parameters.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setPathBytes(com.google.protobuf.ByteString value) |
The HTTP URL path, excluding the query parameters.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setProtocol(java.lang.String value) |
The network protocol used with the request, such as "http/1.1",
"spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic".
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setProtocolBytes(com.google.protobuf.ByteString value) |
The network protocol used with the request, such as "http/1.1",
"spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic".
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setQuery(java.lang.String value) |
The HTTP URL query in the format of `name1=value1&name2=value2`, as it
appears in the first line of the HTTP request.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setQueryBytes(com.google.protobuf.ByteString value) |
The HTTP URL query in the format of `name1=value1&name2=value2`, as it
appears in the first line of the HTTP request.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setReason(java.lang.String value) |
A special parameter for request reason.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setReasonBytes(com.google.protobuf.ByteString value) |
A special parameter for request reason.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setScheme(java.lang.String value) |
The HTTP URL scheme, such as `http` and `https`.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setSchemeBytes(com.google.protobuf.ByteString value) |
The HTTP URL scheme, such as `http` and `https`.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setSize(long value) |
The HTTP request size in bytes.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setTime(com.google.protobuf.Timestamp value) |
The timestamp when the `destination` service receives the last byte of
the request.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The timestamp when the `destination` service receives the last byte of
the request.
|
AttributeContext.Request.Builder |
AttributeContext.Request.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
AttributeContext.Request.Builder |
AttributeContext.Request.toBuilder() |
|