public sealed class ResourceRequirements : IMessage<ResourceRequirements>, IEquatable<ResourceRequirements>, IDeepCloneable<ResourceRequirements>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class ResourceRequirements.
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-04-17 UTC."],[[["The document provides reference documentation for the `ResourceRequirements` class within the Google Cloud Run Admin v2 API for .NET, detailing its structure and functionality."],["This class, `ResourceRequirements`, is used to define the compute resource specifications for Cloud Run services, implementing multiple interfaces for enhanced functionality."],["The `ResourceRequirements` class includes properties such as `CpuIdle`, which dictates whether CPU throttling is applied outside of requests, and `Limits`, a map for defining resource constraints like CPU and memory."],["The document outlines the various versions of the API, from 2.0.0 to 2.13.0 (latest), along with an older beta version, and provides links to documentation for each version."],["The content also provides details on the `ResourceRequirements` class constructors, including a default constructor and one that accepts another `ResourceRequirements` instance as a parameter."]]],[]]