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."],[[["The latest version of `GetWorkerPoolRequest` is 2.15.0, with numerous prior versions available, ranging down to 1.0.0."],["`GetWorkerPoolRequest` is a request object used to retrieve a specific `WorkerPool` by its designated name."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality within the Google.Protobuf namespace."],["The `GetWorkerPoolRequest` class has a constructor that allows creating a new instance or one by copying an existing instance."],["The `Name` property of the `GetWorkerPoolRequest` allows the specification of the name of the requested `WorkerPool`, formatted as `\"projects/project-1/workerPools/workerpool-name\"`."]]],[]]