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."],[[["\u003cp\u003eThe \u003ccode\u003eRequestUtilization\u003c/code\u003e class is designed for target scaling based on request utilization, specifically within the App Engine flexible environment.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: a default constructor \u003ccode\u003eRequestUtilization()\u003c/code\u003e and a copy constructor \u003ccode\u003eRequestUtilization(RequestUtilization other)\u003c/code\u003e to create new instances or copies.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRequestUtilization\u003c/code\u003e has two properties, \u003ccode\u003eTargetConcurrentRequests\u003c/code\u003e and \u003ccode\u003eTargetRequestCountPerSecond\u003c/code\u003e, both of type \u003ccode\u003eInt32\u003c/code\u003e, which define the target metrics for scaling.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions available, ranging from 1.0.0 to the latest version 2.4.0, each with its own documentation page linked.\u003c/p\u003e\n"]]],[],null,[]]