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 `DefaultPool` class in the Google Cloud Deploy v1 API facilitates execution using the default Cloud Build pool."],["Version 3.4.0 is the latest version, with version 3.3.0 being the version that the documentation is currently in, and a number of previous versions down to 1.0.0 are listed."],["This class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides properties to configure `ArtifactStorage`, the cloud storage location for outputs, and `ServiceAccount`, the Google service account used for execution."],["The DefaultPool class provides two constructors, one default constructor and another that takes another instance of the DefaultPool as a parameter."]]],[]]