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 target scaling based on request utilization, specifically within the App Engine flexible environment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, providing a structured way to manage request-based scaling."],["It contains two main properties: `TargetConcurrentRequests`, for managing the target number of concurrent requests, and `TargetRequestCountPerSecond`, for setting the target number of requests per second."],["There are multiple versions available, with version 2.4.0 being the latest, and the provided documentation details versions from 1.0.0 up to 2.4.0, all offering information on the `RequestUtilization` class."],["`RequestUtilization` class can be constructed either with default parameters or with an existing `RequestUtilization` object as a parameter, to initialize its state."]]],[]]