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 `GetWorkerPoolRequest` class is part of the Cloud Build v1 API, specifically within the `Google.Cloud.CloudBuild.V1` namespace."],["This class is used to request the retrieval of a `WorkerPool` by its specified name and is the central component of the webpage."],["It inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.15.0, and the webpage lists a range of versions, from 1.0.0 to 2.15.0, of this class, with 2.9.0 being the current displayed version."],["`GetWorkerPoolRequest` contains two constructors, one default and one that accepts another `GetWorkerPoolRequest` object, and has properties `Name` and `WorkerPoolName` for specifying the `WorkerPool` to retrieve."]]],[]]