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 document provides reference documentation for the `ConditionContext.Types.Request` class, a part of the Google Cloud Policy Troubleshooter v3 API."],["The `ConditionContext.Types.Request` class defines attributes associated with an HTTP request, and if the actual request is not HTTP, it will map to an equivalent one."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `ConditionContext.Types.Request` class has constructors for creating instances and a `ReceiveTime` property to track when the destination service receives the first byte of the request."]]],[]]