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."],["The `GetWorkerPoolRequest` class is used to request a specific `WorkerPool` by its name and is part of the `Google.Cloud.CloudBuild.V1` namespace."],["The latest version of the API documentation is 2.15.0, while this page is showing the reference documentation for the version 2.14.0, and other versions are available down to version 1.0.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetWorkerPoolRequest` class has two constructors, one default, and one that takes another `GetWorkerPoolRequest` object, and has properties such as `Name` (string) and `WorkerPoolName` (WorkerPoolName) to be used."]]],[]]