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 available for the `GetWorkerPoolRequest` class is 2.15.0."],["This page documents the `GetWorkerPoolRequest` class, specifically within the Google Cloud Build v1 API, with a current version of 2.5.0 displayed and it provides request functionality for retrieving `WorkerPool` information."],["The `GetWorkerPoolRequest` class, derived from various interfaces and classes, requires a `Name` property to specify the `WorkerPool` to retrieve in the format: `projects/{project}/locations/{location}/workerPools/{workerPool}`."],["There are multiple older versions of the class available for download, starting from 2.14.0, going down to 1.0.0 in the documentation."],["The GetWorkerPoolRequest class has two constructors that can be used to instantiate it, one is parameter-less, the other takes in another GetWorkerPoolRequest as an argument."]]],[]]