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-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eAttributeContext.Types.Response\u003c/code\u003e class, which defines attributes for a network response, typically modeling an HTTP response.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAttributeContext.Types.Response\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eCode\u003c/code\u003e, \u003ccode\u003eHeaders\u003c/code\u003e, \u003ccode\u003eSize\u003c/code\u003e, \u003ccode\u003eTime\u003c/code\u003e, and \u003ccode\u003eBackendLatency\u003c/code\u003e to detail the HTTP response status code, headers, size, timestamp, and backend latency respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class also provides methods for cloning, calculating size, merging data from input streams, and determining equality with other \u003ccode\u003eResponse\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is version 2.15.0, and it is located in the \u003ccode\u003eGoogle.Rpc.Context\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Api.CommonProtos.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]