public sealed class PoolOption : IMessage<BuildOptions.Types.PoolOption>, IEquatable<BuildOptions.Types.PoolOption>, IDeepCloneable<BuildOptions.Types.PoolOption>, IBufferMessage, IMessage
Details about how a build should be executed on a WorkerPool.
[[["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 details the `PoolOption` class, which is used to specify how a build should be executed within a `WorkerPool` in Google Cloud Build."],["The `PoolOption` class is part of the `Google.Cloud.CloudBuild.V1` namespace and is contained within the `Google.Cloud.CloudBuild.V1.dll` assembly."],["It provides functionality for running builds in a private pool, as documented in the provided external link, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `PoolOption`, ranging from version 1.0.0 up to the latest version 2.15.0, demonstrating a history of updates and changes."],["The `PoolOption` class has a `Name` property which is a string representing the `WorkerPool` resource, using a specific format for the resource, such as: `projects/{project}/locations/{location}/workerPools/{workerPoolId}`."]]],[]]