public sealed class GetWorkerPoolRequest : IMessage<GetWorkerPoolRequest>, IEquatable<GetWorkerPoolRequest>, IDeepCloneable<GetWorkerPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class GetWorkerPoolRequest.
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 Build v1 API, specifically for version 2.3.0, with links to other versions as well."],["`GetWorkerPoolRequest` is used to retrieve a `WorkerPool` by its specified name, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the documentation, ranging from 2.15.0 (latest) down to 1.0.0, providing quick access to previous releases."],["The `GetWorkerPoolRequest` class has properties such as `Name`, a string that specifies the name of the `WorkerPool` to get, and `WorkerPoolName`, a typed view over the `Name`."],["The class includes two constructors, one parameterless and another accepting a `GetWorkerPoolRequest` object, allowing for different ways to initialize it."]]],[]]