Content length records the length of the associated content. The
value -1 indicates that the length is unknown. Unless http method
is "HEAD", values >= 0 indicate that the given number of bytes may
be read from Body.
[[["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-03-21 UTC."],[[["The `HttpResponse` class in the Apigee Connect v1 API represents an HTTP response, and includes properties for the body, content length, headers, ID, status, and status code."],["This documentation details `HttpResponse` as part of version 2.2.0 of the `Google.Cloud.ApigeeConnect.V1` namespace, with version 2.4.0 being the latest version available."],["The `HttpResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `HttpResponse` class has two constructors: a default constructor, and a constructor that accepts another `HttpResponse` object as a parameter."],["The class includes properties such as `Body` (of type `ByteString`), `ContentLength` (of type `long`), `Headers` (a `RepeatedField` of `Header`), `Id` and `Status` (both of type `string`), and `StatusCode` (of type `int`)."]]],[]]