public sealed class 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 1000. 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-04-09 UTC."],[[["The provided content details the `WorkerConfig` class within the Google Cloud Build v1 API, specifically focusing on its various versions and their associated documentation links."],["`WorkerConfig` is used to define the settings for worker creation in private pools, as part of the `PrivatePoolV1Config.Types` namespace."],["The latest version of the `WorkerConfig` documentation is version 2.15.0, and documentation is available for numerous prior releases, going as far back as version 1.0.0."],["Key properties of `WorkerConfig` include `DiskSizeGb`, which specifies the size of the disk attached to the worker, and `MachineType`, which defines the type of machine for the worker."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class, offering a wide array of functionalities for working with the `WorkerConfig` class."]]],[]]