public sealed class PrivatePool : IMessage<PrivatePool>, IEquatable<PrivatePool>, IDeepCloneable<PrivatePool>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class PrivatePool.
Execution using a private Cloud Build pool.
Implements
IMessagePrivatePool, IEquatablePrivatePool, IDeepCloneablePrivatePool, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
PrivatePool()
public PrivatePool()PrivatePool(PrivatePool)
public PrivatePool(PrivatePool other)| Parameter | |
|---|---|
| Name | Description |
other |
PrivatePool |
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 | |
|---|---|
| Type | Description |
string |
|
ServiceAccount
public string ServiceAccount { get; set; }Optional. Google service account to use for execution. If unspecified, the project execution service account (<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) will be used.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
WorkerPoolAsWorkerPoolName
public WorkerPoolName WorkerPoolAsWorkerPoolName { get; set; }WorkerPoolName-typed view over the WorkerPool resource name property.
| Property Value | |
|---|---|
| Type | Description |
WorkerPoolName |
|