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 configure how a build is executed on a `WorkerPool` within the Google Cloud Build environment."],["The latest version of `PoolOption` is accessible under version 2.15.0, with historical versions listed down to 1.0.0, each linking to its respective documentation."],["The `PoolOption` class inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionality and define it's role in the system."],["The `PoolOption` class contains a `Name` property that specifies the `WorkerPool` resource where the build will be executed, requiring the `cloudbuild.workerpools.use` permission on the project hosting the `WorkerPool`."],["This page contains details on the constructors available to the class, allowing for a empty constructor and a constructor that accepts another instance of itself, along with the assembly and namespace it lives in."]]],[]]