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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation details the `AttributeContext.Types.Response` class, which models the attributes of a typical network response, primarily focusing on HTTP response semantics."],["The `AttributeContext.Types.Response` class, within the `Google.Rpc.Context` namespace, is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["Key properties of this class include `Code` (HTTP status code), `Size` (response size in bytes), `Headers` (HTTP response headers), `Time` (timestamp of last byte), and `BackendLatency` (time taken by the backend to respond)."],["The class defines fields with corresponding field numbers that are constant integers, such as `CodeFieldNumber`, `SizeFieldNumber`, `HeadersFieldNumber`, `TimeFieldNumber`, and `BackendLatencyFieldNumber`."],["The `AttributeContext.Types.Response` class provides methods for calculating size (`CalculateSize`), cloning (`Clone`), comparing instances (`Equals`), retrieving hash codes (`GetHashCode`), merging data (`MergeFrom`), and converting to string format (`ToString`)."]]],[]]