AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clear() |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearBody() |
The HTTP request body.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearFragment() |
This field is always empty, and exists for compatibility reasons.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearHeaders() |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearHost() |
The HTTP request ``Host`` or '`Authority`` header value.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearId() |
The unique ID for a request, which can be propagated to downstream
systems.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearMethod() |
The HTTP request method, such as ``GET``, ``POST``.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearPath() |
The request target, as it appears in the first line of the HTTP request.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearProtocol() |
The network protocol used with the request, such as "HTTP/1.0", "HTTP/1.1", or "HTTP/2".
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearQuery() |
This field is always empty, and exists for compatibility reasons.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearRawBody() |
The HTTP request body in bytes.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearScheme() |
The HTTP URL scheme, such as ``http`` and ``https``.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clearSize() |
The HTTP request size in bytes.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.clone() |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.Request.Builder.getHttpBuilder() |
Represents an HTTP request or an HTTP-like request.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.mergeFrom(AttributeContext.HttpRequest other) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.newBuilder() |
|
static AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.newBuilder(AttributeContext.HttpRequest prototype) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.newBuilderForType() |
|
protected AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.putAllHeaders(Map<String,String> values) |
The HTTP request headers.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.putHeaders(String key,
String value) |
The HTTP request headers.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.removeHeaders(String key) |
The HTTP request headers.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setBody(String value) |
The HTTP request body.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setBodyBytes(com.google.protobuf.ByteString value) |
The HTTP request body.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setFragment(String value) |
This field is always empty, and exists for compatibility reasons.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setFragmentBytes(com.google.protobuf.ByteString value) |
This field is always empty, and exists for compatibility reasons.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setHost(String value) |
The HTTP request ``Host`` or '`Authority`` header value.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setHostBytes(com.google.protobuf.ByteString value) |
The HTTP request ``Host`` or '`Authority`` header value.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setId(String value) |
The unique ID for a request, which can be propagated to downstream
systems.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setIdBytes(com.google.protobuf.ByteString value) |
The unique ID for a request, which can be propagated to downstream
systems.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setMethod(String value) |
The HTTP request method, such as ``GET``, ``POST``.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setMethodBytes(com.google.protobuf.ByteString value) |
The HTTP request method, such as ``GET``, ``POST``.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setPath(String value) |
The request target, as it appears in the first line of the HTTP request.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setPathBytes(com.google.protobuf.ByteString value) |
The request target, as it appears in the first line of the HTTP request.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setProtocol(String value) |
The network protocol used with the request, such as "HTTP/1.0", "HTTP/1.1", or "HTTP/2".
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setProtocolBytes(com.google.protobuf.ByteString value) |
The network protocol used with the request, such as "HTTP/1.0", "HTTP/1.1", or "HTTP/2".
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setQuery(String value) |
This field is always empty, and exists for compatibility reasons.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setQueryBytes(com.google.protobuf.ByteString value) |
This field is always empty, and exists for compatibility reasons.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setRawBody(com.google.protobuf.ByteString value) |
The HTTP request body in bytes.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setScheme(String value) |
The HTTP URL scheme, such as ``http`` and ``https``.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setSchemeBytes(com.google.protobuf.ByteString value) |
The HTTP URL scheme, such as ``http`` and ``https``.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setSize(long value) |
The HTTP request size in bytes.
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
AttributeContext.HttpRequest.Builder |
AttributeContext.HttpRequest.toBuilder() |
|