public sealed class UpdateWorkerPoolRequest : IMessage<UpdateWorkerPoolRequest>, IEquatable<UpdateWorkerPoolRequest>, IDeepCloneable<UpdateWorkerPoolRequest>, IBufferMessage, IMessage
Request to update a WorkerPool
.
Implements
IMessage<UpdateWorkerPoolRequest>, IEquatable<UpdateWorkerPoolRequest>, IDeepCloneable<UpdateWorkerPoolRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
UpdateWorkerPoolRequest()
public UpdateWorkerPoolRequest()
UpdateWorkerPoolRequest(UpdateWorkerPoolRequest)
public UpdateWorkerPoolRequest(UpdateWorkerPoolRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateWorkerPoolRequest |
Properties
UpdateMask
public FieldMask UpdateMask { get; set; }
A mask specifying which fields in worker_pool
to update.
Property Value | |
---|---|
Type | Description |
FieldMask |
ValidateOnly
public bool ValidateOnly { get; set; }
If set, validate the request and preview the response, but do not actually post it.
Property Value | |
---|---|
Type | Description |
Boolean |
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 | |
---|---|
Type | Description |
WorkerPool |