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