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, with multiple other versions ranging down to 1.0.0 also available for use."],["`GetWorkerPoolRequest` is a class within the Google Cloud Build v1 API, specifically designed to retrieve a `WorkerPool` by its specified name."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."],["It includes properties such as `Name` (a string representing the worker pool name) and `WorkerPoolName`, which is a typed view over the resource name."],["The required format for the name property is: `projects/{project}/locations/{location}/workerPools/{workerPool}`."]]],[]]