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."],[[["This webpage details the `CreateWorkerPoolRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, primarily used to request the creation of a new `WorkerPool`."],["The `CreateWorkerPoolRequest` class is part of the Google Cloud Build API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one (`CreateWorkerPoolRequest()`) and one that allows cloning from an existing `CreateWorkerPoolRequest` instance."],["It includes properties such as `Parent` to specify the ID of the parent project and `WorkerPool` to define the worker pool resource to be created."],["The page includes links to a history of the various versions, with version 2.15.0 as the latest and version 1.0.0 being the oldest, for the `CreateWorkerPoolRequest`."]]],[]]