Google Cloud Deploy v1 API - Class ExecutionConfig (2.15.0)

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

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

Configuration of the environment to use when calling Skaffold.

Inheritance

object > ExecutionConfig

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ExecutionConfig()

public ExecutionConfig()

ExecutionConfig(ExecutionConfig)

public ExecutionConfig(ExecutionConfig other)
Parameter
NameDescription
otherExecutionConfig

Properties

ArtifactStorage

public string ArtifactStorage { get; set; }

Optional. Cloud Storage location in which to store execution outputs. 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

DefaultPool

public DefaultPool DefaultPool { get; set; }

Optional. Use default Cloud Build pool.

Property Value
TypeDescription
DefaultPool

ExecutionEnvironmentCase

public ExecutionConfig.ExecutionEnvironmentOneofCase ExecutionEnvironmentCase { get; }
Property Value
TypeDescription
ExecutionConfigExecutionEnvironmentOneofCase

ExecutionTimeout

public Duration ExecutionTimeout { get; set; }

Optional. Execution timeout for a Cloud Build Execution. This must be between 10m and 24h in seconds format. If unspecified, a default timeout of 1h is used.

Property Value
TypeDescription
Duration

PrivatePool

public PrivatePool PrivatePool { get; set; }

Optional. Use private Cloud Build pool.

Property Value
TypeDescription
PrivatePool

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) is used.

Property Value
TypeDescription
string

Usages

public RepeatedField<ExecutionConfig.Types.ExecutionEnvironmentUsage> Usages { get; }

Required. Usages when this configuration should be applied.

Property Value
TypeDescription
RepeatedFieldExecutionConfigTypesExecutionEnvironmentUsage

WorkerPool

public string WorkerPool { get; set; }

Optional. The resource name of the WorkerPool, with the format projects/{project}/locations/{location}/workerPools/{worker_pool}. If this optional field is unspecified, the default Cloud Build pool will be used.

Property Value
TypeDescription
string

WorkerPoolAsWorkerPoolName

public WorkerPoolName WorkerPoolAsWorkerPoolName { get; set; }

WorkerPoolName-typed view over the WorkerPool resource name property.

Property Value
TypeDescription
WorkerPoolName