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 its structure and functionality for specifying how builds are executed in a `WorkerPool`."],["The `PoolOption` class is part of the `Google.Cloud.CloudBuild.V1` namespace, implemented in the `Google.Cloud.CloudBuild.V1.dll` assembly, and it supports versions ranging from 1.0.0 to 2.15.0."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer operations."],["Key properties of this class include the `Name` property, which specifies the `WorkerPool` resource used to run the build and its format is described as: projects/{project}/locations/{location}/workerPools/{workerPoolId}."],["The page provides links to detailed documentation for all versions, and provides information for the class inheritance and implemented interfaces, as well as a definition for the constructor."]]],[]]