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 for .NET, specifically version 2.12.0."],["The `GetWorkerPoolRequest` class is used to request a specific `WorkerPool` by its name and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page includes links to documentation for multiple previous versions of the `GetWorkerPoolRequest` class, ranging from version 1.0.0 up to the latest version 2.15.0."],["The `GetWorkerPoolRequest` class has properties such as `Name`, a string that holds the name of the `WorkerPool` to get, and `WorkerPoolName`, a typed view over the `Name`."],["This page details the constructors of the class `GetWorkerPoolRequest`, one empty and another that takes in a `GetWorkerPoolRequest` object."]]],[]]