public sealed class BuildOptions.Types.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 documentation for the `BuildOptions.Types.PoolOption` class within the Google Cloud Build v1 API, detailing how to execute builds on a `WorkerPool`."],["The latest version available for `BuildOptions.Types.PoolOption` is 2.15.0, with a history of prior releases listed, going all the way back to version 1.0.0."],["The `PoolOption` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to handle different types of build pool options."],["The `PoolOption` class contains a `Name` property that specifies the `WorkerPool` resource used to execute the build, requiring `cloudbuild.workerpools.use` permissions on the host project."],["The documentation provides inheritance details, implemented interfaces, constructors, and a properties table to help developers to understand and to use the `BuildOptions.Types.PoolOption` class."]]],[]]