[[["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."],[[["`HttpRequest` is a class representing an HTTP request within the `Google.Rpc` namespace, version 2.10.0, which implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties for handling essential HTTP request components like the body (`Body`), headers (`Headers`), method (`Method`), and URI (`Uri`)."],["`HttpRequest` objects can be constructed either with default values or by copying from another `HttpRequest` instance."],["It defines constant integer fields for `BodyFieldNumber`, `HeadersFieldNumber`, `MethodFieldNumber`, and `UriFieldNumber`, which are used to identify corresponding fields within the request."],["The class includes methods for calculating the size of the object (`CalculateSize`), cloning (`Clone`), comparing equality (`Equals`), generating a hash code (`GetHashCode`), merging data (`MergeFrom`), converting to string (`ToString`), and writing data (`WriteTo`)."]]],[]]