public sealed class PrivatePoolV1Config.Types.WorkerConfig : IMessage<PrivatePoolV1Config.Types.WorkerConfig>, IEquatable<PrivatePoolV1Config.Types.WorkerConfig>, IDeepCloneable<PrivatePoolV1Config.Types.WorkerConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class PrivatePoolV1Config.Types.WorkerConfig.
Defines the configuration to be used for creating workers in
the pool.
Size of the disk attached to the worker, in GB.
See Worker pool config
file.
Specify a value of up to 2000. If 0 is specified, Cloud Build will use
a standard disk size.
[[["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 document provides reference documentation for the `PrivatePoolV1Config.Types.WorkerConfig` class within the Google Cloud Build v1 API for .NET, with the latest version being 2.15.0."],["The `WorkerConfig` class defines the configuration used for creating workers in a private pool, and is implemented by the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `WorkerConfig` class include `DiskSizeGb`, which specifies the disk size for the worker in GB (up to 2000, or standard if 0), and `MachineType`, which defines the machine type (e.g., \"e2-medium\") for the worker."],["There are multiple previous versions of `WorkerConfig` available, ranging from version 1.0.0 to 2.14.0, linked in the document, and this class can be inherited from an object."],["The `WorkerConfig` class has two constructors, one being blank, and the second taking a `PrivatePoolV1Config.Types.WorkerConfig` object as a parameter."]]],[]]