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 reference documentation for the `GetWorkerPoolRequest` class within the Cloud Build v1 API for .NET, specifically version 2.13.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 class offers two constructors, one default and another that takes a `GetWorkerPoolRequest` object as a parameter for creating a copy, and it has two properties: `Name` (a string representing the WorkerPool's name) and `WorkerPoolName` (a `WorkerPoolName` object offering a typed view of the name)."],["There are many previous versions available to view within the documentation, with the latest version being 2.15.0, and they range back as far as version 1.0.0."]]],[]]