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 is 2.15.0, with multiple previous versions also documented, ranging down to version 1.0.0."],["`GetWorkerPoolRequest` is a class within the Google Cloud Build v1 API, specifically designed to retrieve a `WorkerPool` by its specified name."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, one parameterless and one taking another instance of `GetWorkerPoolRequest`, and two properties, `Name` and `WorkerPoolName`."],["The `Name` property is a string that specifies the required format for the name of the `WorkerPool` being retrieved, while `WorkerPoolName` provides a typed view over this `Name` resource."]]],[]]