public sealed class PoolOption : IMessage<BuildOptions.Types.PoolOption>, IEquatable<BuildOptions.Types.PoolOption>, IDeepCloneable<BuildOptions.Types.PoolOption>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class BuildOptions.Types.PoolOption.
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 provides reference documentation for the `BuildOptions.Types.PoolOption` class within the Google Cloud Build v1 API, detailing its role in executing builds on a `WorkerPool`."],["The class is available across multiple versions, from 1.0.0 to the latest 2.15.0, and each version has its own specific documentation link provided."],["The `PoolOption` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google.Protobuf framework."],["The `PoolOption` class has properties such as `Name`, which specifies the `WorkerPool` resource used to execute a build, requiring the `cloudbuild.workerpools.use` permission."],["The webpage also provides information on the constructors of the `PoolOption` class, including a default constructor and one that accepts another `PoolOption` instance."]]],[]]