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, used to request the creation of a new `WorkerPool`."],["The latest version of this class is 2.15.0, with multiple versions from 1.0.0 through to the latest being accessible."],["The `CreateWorkerPoolRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `Parent`, which is a string representing the ID of the parent project, and `WorkerPool`, which defines the `WorkerPool` resource to create."],["This class has two constructors, a parameterless one, and another that takes in an instance of `CreateWorkerPoolRequest` to initialize it."]]],[]]