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 in the Cloud Build v1 API is version 2.15.0."],["This class, `GetWorkerPoolRequest`, is a request to retrieve a `WorkerPool` with a specified name."],["The `GetWorkerPoolRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetWorkerPoolRequest` class has properties `Name`, which specifies the name of the `WorkerPool` to retrieve, and `WorkerPoolName`, which is a typed view of the name."],["The class `GetWorkerPoolRequest` contains two constructors which are `GetWorkerPoolRequest()` and `GetWorkerPoolRequest(GetWorkerPoolRequest other)`."]]],[]]