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."],[[["The latest version of the `GetWorkerPoolRequest` class is 2.15.0, and this page primarily focuses on the documentation for version 2.10.0."],["This document provides details on the `GetWorkerPoolRequest` class within the Cloud Build v1 API, including its inheritance from the object class and the implementation of several interfaces like `IMessage` and `IEquatable`."],["The `GetWorkerPoolRequest` class is used to request a specific `WorkerPool` by its name, which is a required property formatted as `projects/{project}/locations/{location}/workerPools/{workerPool}`."],["The class features two constructors, a default and another that clones from an existing `GetWorkerPoolRequest`, and it contains properties for `Name` as a string and `WorkerPoolName` for a typed view of the name."],["This documentation also includes links to historical versions of the `GetWorkerPoolRequest` class, dating back to version 1.0.0 for reference."]]],[]]