public sealed class ResourceRequirements : IMessage<ResourceRequirements>, IEquatable<ResourceRequirements>, IDeepCloneable<ResourceRequirements>, IBufferMessage, IMessage
ResourceRequirements describes the compute resource requirements.
[[["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."],[[["This webpage details the `ResourceRequirements` class within the `Google.Cloud.Run.V2` namespace, which is used to specify compute resource needs."],["The latest version of `ResourceRequirements` documented is 2.13.0, with other versions ranging down to 1.0.0-beta02 also available, all within the Google Cloud Run V2 .NET library."],["The `ResourceRequirements` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the base `Object` class."],["The class contains a `CpuIdle` property that specifies whether the CPU should be throttled when not processing requests, and a `Limits` property to support the definition of memory and cpu constraints."],["The `Limits` property supports setting CPU limits to only 1, 2 or 4 and if using 4 it requires at least 2Gi of memory."]]],[]]