Cloud Build v1 API - Class UpdateWorkerPoolRequest (2.9.0)

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

Reference documentation and code samples for the Cloud Build v1 API class UpdateWorkerPoolRequest.

Request to update a WorkerPool.

Inheritance

object > UpdateWorkerPoolRequest

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

UpdateWorkerPoolRequest()

public UpdateWorkerPoolRequest()

UpdateWorkerPoolRequest(UpdateWorkerPoolRequest)

public UpdateWorkerPoolRequest(UpdateWorkerPoolRequest other)
Parameter
NameDescription
otherUpdateWorkerPoolRequest

Properties

UpdateMask

public FieldMask UpdateMask { get; set; }

A mask specifying which fields in worker_pool to update.

Property Value
TypeDescription
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

If set, validate the request and preview the response, but do not actually post it.

Property Value
TypeDescription
bool

WorkerPool

public WorkerPool WorkerPool { get; set; }

Required. The WorkerPool to update.

The name field is used to identify the WorkerPool to update. Format: projects/{project}/locations/{location}/workerPools/{workerPool}.

Property Value
TypeDescription
WorkerPool