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 in the `Google.Cloud.AppEngine.V1` namespace manages request-based scaling specifically for the App Engine flexible environment."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within Google's protocol buffer ecosystem."],["The class provides properties `TargetConcurrentRequests` and `TargetRequestCountPerSecond`, allowing you to set the desired level of concurrent requests and requests per second."],["There are multiple versions available, ranging from 1.0.0 to the latest version 2.4.0, with version 2.0.0 being the context for this page's class information."]]],[]]