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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetWorkerPoolRequest` class within the Cloud Build v1 API for .NET, with the latest version being 2.15.0 and the current page content relating to version 2.11.0."],["The `GetWorkerPoolRequest` class is used to retrieve a specific `WorkerPool` by its name, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that takes another `GetWorkerPoolRequest` object as a parameter for creating a copy."],["Key properties of the `GetWorkerPoolRequest` class are `Name`, which is a required string representing the worker pool's name, and `WorkerPoolName`, which provides a typed view over the `Name` property."],["The documentation lists all versions from 1.0.0 to 2.15.0 that have been released, as well as all relevant class members."]]],[]]