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-04-09 UTC."],[[["The `DefaultPool` class within the Google Cloud Deploy v1 API facilitates execution using the default Cloud Build pool."],["This documentation covers versions of `DefaultPool` ranging from the latest 3.4.0 down to 1.0.0, alongside details for the class, using version 2.14.0 as the current point of reference."],["`DefaultPool` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `DefaultPool` class has properties for `ArtifactStorage`, specifying the Cloud Storage location for execution outputs, and `ServiceAccount`, which designates the Google service account for execution."],["You can utilize either the default or a specified service account, with the project execution service account being the default."]]],[]]