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.
Implements
IMessage<DefaultPool>, IEquatable<DefaultPool>, IDeepCloneable<DefaultPool>, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
DefaultPool()
public DefaultPool()
DefaultPool(DefaultPool)
public DefaultPool(DefaultPool other)
Parameter | |
---|---|
Name | Description |
other | DefaultPool |
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 |