public sealed class AttributeContext.Types.Response : IMessage<AttributeContext.Types.Response>, IEquatable<AttributeContext.Types.Response>, IDeepCloneable<AttributeContext.Types.Response>, IBufferMessage, IMessage
This message defines attributes for a typical network response. It
generally models semantics of an HTTP response.
The amount of time it takes the backend service to fully respond to a
request. Measured from when the destination service starts to send the
request to the backend until when the destination service receives the
complete response from the backend.
The HTTP response headers. If multiple headers share the same key, they
must be merged according to HTTP spec. All header keys must be
lowercased, because HTTP header keys are case-insensitive.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["This page provides documentation for the `AttributeContext.Types.Response` class, which defines attributes for a network response, typically modeling an HTTP response."],["The `AttributeContext.Types.Response` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `Code`, `Headers`, `Size`, `Time`, and `BackendLatency` to detail the HTTP response status code, headers, size, timestamp, and backend latency respectively."],["The class also provides methods for cloning, calculating size, merging data from input streams, and determining equality with other `Response` objects."],["The latest version available is version 2.15.0, and it is located in the `Google.Rpc.Context` namespace within the `Google.Api.CommonProtos.dll` assembly."]]],[]]