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 `Google.Cloud.ApigeeConnect.V1` namespace defines the structure of an HTTP response, including properties for the body, content length, headers, ID, status, and status code."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various contexts within the Google Cloud .NET environment."],["The `HttpResponse` class provides constructors for creating new instances, either empty or by copying data from an existing `HttpResponse` object."],["The `HttpResponse` class has multiple versions available, ranging from 1.0.0 to the most current being 2.4.0, allowing users to have a history and keep track of updates."],["The `HttpResponse` object also inherits various methods from the base `Object` class such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]