public sealed class WorkerConfig : IMessage<PrivatePoolV1Config.Types.WorkerConfig>, IEquatable<PrivatePoolV1Config.Types.WorkerConfig>, IDeepCloneable<PrivatePoolV1Config.Types.WorkerConfig>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The content provides a historical list of versions for the `WorkerConfig` class, starting from version 1.0.0 up to the latest version 2.15.0."],["`WorkerConfig` class defines the configurations for creating workers in a private pool, which include parameters like disk size and machine type."],["The class `WorkerConfig` has a default constructor, as well as a constructor that takes another `WorkerConfig` object to create an instance."],["The properties `DiskSizeGb` and `MachineType` of `WorkerConfig` allow specifying the disk size and machine type for workers, respectively, with defaults provided by Cloud Build if unspecified."],["The class `WorkerConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."]]],[]]