public sealed class RequestUtilization : IMessage<RequestUtilization>, IEquatable<RequestUtilization>, IDeepCloneable<RequestUtilization>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class RequestUtilization.
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-09 UTC."],[[["The `RequestUtilization` class in the Google Cloud App Engine v1 API is designed for managing target scaling by request utilization, specifically within the App Engine flexible environment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `RequestUtilization` class includes two properties, `TargetConcurrentRequests` and `TargetRequestCountPerSecond`, both of type `int`, which define the target number of concurrent requests and the target requests per second, respectively."],["The latest version of this documentation is 2.4.0, with the currently displayed information for version 2.2.0, with older versions down to version 1.0.0 also available."]]],[]]