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"]],[["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."],[[["The `RequestUtilization` class manages target scaling by request utilization, specifically within the App Engine flexible environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message support."],["It offers two constructors: a default one `RequestUtilization()` and another `RequestUtilization(RequestUtilization other)` for creating instances from existing `RequestUtilization` objects."],["The class contains properties `TargetConcurrentRequests` and `TargetRequestCountPerSecond`, allowing configuration of the desired number of concurrent requests and requests per second."],["Version 2.4.0 is the latest version and this page is specifically for version 1.4.0, with other versions being accessible via links."]]],[]]