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 represents the default Cloud Build pool for execution within the Google Cloud Deploy v1 API."],["The latest version of the `DefaultPool` class is 3.4.0, but multiple previous versions from 1.0.0 up to 3.3.0 are also documented here, allowing for version-specific reference."],["The `DefaultPool` class offers properties like `ArtifactStorage` to specify a Cloud Storage location for execution outputs, and `ServiceAccount` to define the Google service account for execution."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["There are two constructors for the `DefaultPool` class, a default constructor, and one that takes another `DefaultPool` instance as a parameter."]]],[]]