Optional. Cloud Storage location where execution outputs should be stored. This can
either be a bucket ("gs://my-bucket") or a path within a bucket
("gs://my-bucket/my-dir").
If unspecified, a default bucket located in the same region will be used.
Optional. Google service account to use for execution. If unspecified,
the project execution service account
(<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) will be used.
[[["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."],[[["The latest version available for `Google.Cloud.Deploy.V1.PrivatePool` is 3.4.0, with a history of versions ranging back to 1.0.0."],["`PrivatePool` facilitates execution using a private Cloud Build pool and inherits from `Object`, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers customization via properties, such as `ArtifactStorage`, which is a Cloud Storage location for execution outputs, and `ServiceAccount`, which allows for specifying a Google service account for execution."],["A required property `WorkerPool` is used to determine the resource name of the Cloud Build worker pool to use, and it also has a typed view equivalent, `WorkerPoolAsWorkerPoolName`."],["There are two constructors that can be used, the default `PrivatePool()`, and one that is used for the creation of a new instance based on another `PrivatePool`, `PrivatePool(PrivatePool other)`."]]],[]]