public sealed class GetWorkerPoolRequest : IMessage<GetWorkerPoolRequest>, IEquatable<GetWorkerPoolRequest>, IDeepCloneable<GetWorkerPoolRequest>, IBufferMessage, IMessage
Request to get a WorkerPool with the specified name.
[[["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 `GetWorkerPoolRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, used for requesting a specific worker pool."],["The latest version of `GetWorkerPoolRequest` is 2.15.0, with numerous older versions available, ranging down to version 1.0.0."],["The `GetWorkerPoolRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetWorkerPoolRequest` class has a `Name` property, which is a string representing the resource name of the worker pool, such as `\"projects/project-1/workerPools/workerpool-name\"`."],["The page includes the constructors for the `GetWorkerPoolRequest` class, as well as the inherited members."]]],[]]