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, which is used to retrieve a specific `WorkerPool` by its name."],["The `GetWorkerPoolRequest` class is part of the `Google.Cloud.CloudBuild.V1` namespace and is implemented within the `Google.Cloud.CloudBuild.V1.dll` assembly."],["The class provides properties like `Name` (a string) and `WorkerPoolName` (a `WorkerPoolName` type) to specify the target `WorkerPool`."],["There is a list of availible versions of the Google.Cloud.CloudBuild.V1 libraries, with version 2.15.0 being the latest, and versions going down to 1.0.0."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]