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.7.0."],["`GetWorkerPoolRequest` is used to retrieve a `WorkerPool` by its name and is found in the `Google.Cloud.CloudBuild.V1` namespace."],["The class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists all available versions of the `GetWorkerPoolRequest` class from 2.15.0 (latest) down to 1.0.0."],["The GetWorkerPoolRequest can be constructed using an empty or an other GetWorkerPoolRequest."]]],[]]