[[["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 document provides reference documentation for the `WorkloadsConfig.Types.WorkerResource` class within the Cloud Composer v1 API, specifically in the context of the Google Cloud Orchestration Airflow Service."],["This class represents the configuration for resources used by Airflow workers and is accessible within a range of versions, with version 2.9.0 being the latest and the document being version 2.7.0."],["The `WorkerResource` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, indicating its integration within the .NET framework and Google Cloud Protobuf ecosystem."],["Key properties of the `WorkerResource` class include `Cpu`, `MaxCount`, `MemoryGb`, `MinCount`, and `StorageGb`, which are used to define the resource allocation for Airflow worker replicas, such as CPU, memory, storage, and scaling parameters."],["The class has two constructors, one parameterless and one allowing a copy of the existing `WorkloadsConfig.Types.WorkerResource`, indicating how to create new instances of the object."]]],[]]