Google Cloud Deploy v1 API - Class PrivatePool (2.15.0)

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

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

Execution using a private Cloud Build pool.

Inheritance

object > PrivatePool

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

PrivatePool()

public PrivatePool()

PrivatePool(PrivatePool)

public PrivatePool(PrivatePool other)
Parameter
NameDescription
otherPrivatePool

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

WorkerPool

public string WorkerPool { get; set; }

Required. Resource name of the Cloud Build worker pool to use. The format is projects/{project}/locations/{location}/workerPools/{pool}.

Property Value
TypeDescription
string

WorkerPoolAsWorkerPoolName

public WorkerPoolName WorkerPoolAsWorkerPoolName { get; set; }

WorkerPoolName-typed view over the WorkerPool resource name property.

Property Value
TypeDescription
WorkerPoolName