public sealed class CreateWorkerPoolRequest : IMessage<CreateWorkerPoolRequest>, IEquatable<CreateWorkerPoolRequest>, IDeepCloneable<CreateWorkerPoolRequest>, IBufferMessage, IMessage
[[["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 `CreateWorkerPoolRequest` class is used to request the creation of a new `WorkerPool` within the Google Cloud Build service, with the latest version being 2.15.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `CreateWorkerPoolRequest` class has two constructors: a default constructor and one that accepts another `CreateWorkerPoolRequest` object as a parameter for copying."],["It contains two key properties: `Parent`, which specifies the ID of the parent project as a string, and `WorkerPool`, which represents the `WorkerPool` resource to be created."],["There are numerous versions of the `CreateWorkerPoolRequest` method dating back to version 1.0.0."]]],[]]