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 provides documentation for the `GetWorkerPoolRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, outlining its purpose as a request to retrieve a specific `WorkerPool`."],["The `GetWorkerPoolRequest` class is available across multiple versions, from 1.0.0 up to the latest 2.15.0, each accessible through provided links."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the Google Cloud Protobuf framework."],["The `GetWorkerPoolRequest` class has properties such as `Name`, which is a string, and `WorkerPoolName`, which is a typed view of the name resource property, both of which are required to retrieve a `WorkerPool`."],["The documentation details the constructors available for the class, `GetWorkerPoolRequest()` and `GetWorkerPoolRequest(GetWorkerPoolRequest)`, highlighting the possibility of creating a new instance or copying from an existing one."]]],[]]