Class DefaultPool (1.4.0)

DefaultPool(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Execution using the default Cloud Build pool.

Attributes

NameDescription
service_account str
Optional. Google service account to use for execution. If unspecified, the project execution service account (
artifact_storage str
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.

Inheritance

builtins.object > proto.message.Message > DefaultPool