Google Cloud Deploy v1 API - Class DefaultPool (2.15.0)

public sealed class DefaultPool : IMessage<DefaultPool>, IEquatable<DefaultPool>, IDeepCloneable<DefaultPool>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class DefaultPool.

Execution using the default Cloud Build pool.

Inheritance

object > DefaultPool

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

DefaultPool()

public DefaultPool()

DefaultPool(DefaultPool)

public DefaultPool(DefaultPool other)
Parameter
NameDescription
otherDefaultPool

Properties

ArtifactStorage

public string ArtifactStorage { get; set; }

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.

Property Value
TypeDescription
string

ServiceAccount

public string ServiceAccount { get; set; }

Optional. Google service account to use for execution. If unspecified, the project execution service account (&lt;PROJECT_NUMBER&gt;-compute@developer.gserviceaccount.com) will be used.

Property Value
TypeDescription
string