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 page provides reference documentation for the `BuildOptions.Types.PoolOption` class within the Google Cloud Build v1 API, detailing how to configure builds to run on a `WorkerPool`."],["The `PoolOption` class is part of the `Google.Cloud.CloudBuild.V1` namespace, found in the `Google.Cloud.CloudBuild.V1.dll` assembly, and represents the configuration needed for running builds in private worker pools."],["The latest version of this class is `2.15.0`, with documentation available for versions ranging from `1.0.0` to `2.15.0`."],["The class implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, comparison, deep cloning, and buffered message operations."],["The `Name` property within `PoolOption` is a string type that identifies the specific `WorkerPool` resource, requiring the `cloudbuild.workerpools.use` permission on the project that hosts the `WorkerPool`."]]],[]]