public sealed class RequestUtilization : IMessage<RequestUtilization>, IEquatable<RequestUtilization>, IDeepCloneable<RequestUtilization>, IBufferMessage, IMessage
Target scaling by request utilization.
Only applicable in the App Engine flexible environment.
[[["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-04-17 UTC."],[[["`RequestUtilization` is a class within the `Google.Cloud.AppEngine.V1` namespace designed for target scaling by request utilization, specifically in the App Engine flexible environment."],["The latest version available is 2.4.0, with versions ranging down to 1.0.0, each providing access to `RequestUtilization`."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["`RequestUtilization` includes properties `TargetConcurrentRequests` and `TargetRequestCountPerSecond`, both integers, which represent the target number of concurrent requests and requests per second respectively."],["It contains two constructors: a default constructor `RequestUtilization()` and one that copies another instance `RequestUtilization(RequestUtilization other)`."]]],[]]