public sealed class ConditionContext.Types.Request : IMessage<ConditionContext.Types.Request>, IEquatable<ConditionContext.Types.Request>, IDeepCloneable<ConditionContext.Types.Request>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Troubleshooter v3 API class ConditionContext.Types.Request.
This message defines attributes for an HTTP request. If the actual
request is not an HTTP request, the runtime system should try to map
the actual request to an equivalent HTTP request.
[[["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."],[[["This documentation is for the `ConditionContext.Types.Request` class within the Google Cloud Policy Troubleshooter v3 API, specifically version 1.1.0."],["The `ConditionContext.Types.Request` class defines attributes for an HTTP request, and can be used to map non-HTTP requests to their equivalent."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `Request` object and for cloning an existing `Request` object."],["The `ReceiveTime` property, of type `Timestamp`, indicates when the destination service receives the first byte of a request."]]],[]]