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"]],[["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 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."]]],[]]