AttributeContext.Response.Builder |
AttributeContext.Response.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clear() |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearBackendLatency() |
The amount of time it takes the backend service to fully respond to a
request.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearCode() |
The HTTP response status code, such as `200` and `404`.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearHeaders() |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearSize() |
The HTTP response size in bytes.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearTime() |
The timestamp when the `destination` service sends the last byte of
the response.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clone() |
|
AttributeContext.Response.Builder |
AttributeContext.Builder.getResponseBuilder() |
Represents a network response, such as an HTTP response.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeBackendLatency(com.google.protobuf.Duration value) |
The amount of time it takes the backend service to fully respond to a
request.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeFrom(com.google.protobuf.Message other) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeFrom(AttributeContext.Response other) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeTime(com.google.protobuf.Timestamp value) |
The timestamp when the `destination` service sends the last byte of
the response.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static AttributeContext.Response.Builder |
AttributeContext.Response.newBuilder() |
|
static AttributeContext.Response.Builder |
AttributeContext.Response.newBuilder(AttributeContext.Response prototype) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.newBuilderForType() |
|
protected AttributeContext.Response.Builder |
AttributeContext.Response.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.putAllHeaders(java.util.Map<java.lang.String,java.lang.String> values) |
The HTTP response headers.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.putHeaders(java.lang.String key,
java.lang.String value) |
The HTTP response headers.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.removeHeaders(java.lang.String key) |
The HTTP response headers.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setBackendLatency(com.google.protobuf.Duration value) |
The amount of time it takes the backend service to fully respond to a
request.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setBackendLatency(com.google.protobuf.Duration.Builder builderForValue) |
The amount of time it takes the backend service to fully respond to a
request.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setCode(long value) |
The HTTP response status code, such as `200` and `404`.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setSize(long value) |
The HTTP response size in bytes.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setTime(com.google.protobuf.Timestamp value) |
The timestamp when the `destination` service sends the last byte of
the response.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The timestamp when the `destination` service sends the last byte of
the response.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
AttributeContext.Response.Builder |
AttributeContext.Response.toBuilder() |
|