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, with the most recent version being 2.15.0."],["The `GetWorkerPoolRequest` class is used to request a specific `WorkerPool` by its name, adhering to a specific format: `projects/{project}/locations/{location}/workerPools/{workerPool}`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["It offers two constructors: a default one and one that takes another `GetWorkerPoolRequest` object, as well as two properties, `Name` and `WorkerPoolName`, to handle the resource name."],["The documentation contains a historical list of previous versions of the `GetWorkerPoolRequest`, allowing users to see the evolution of the API class."]]],[]]