public sealed class DeleteWorkerPoolRequest : IMessage<DeleteWorkerPoolRequest>, IEquatable<DeleteWorkerPoolRequest>, IDeepCloneable<DeleteWorkerPoolRequest>, IBufferMessage, IMessage
Request to delete a WorkerPool
.
Implements
IMessage<DeleteWorkerPoolRequest>, IEquatable<DeleteWorkerPoolRequest>, IDeepCloneable<DeleteWorkerPoolRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
DeleteWorkerPoolRequest()
public DeleteWorkerPoolRequest()
DeleteWorkerPoolRequest(DeleteWorkerPoolRequest)
public DeleteWorkerPoolRequest(DeleteWorkerPoolRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteWorkerPoolRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
If set to true, and the WorkerPool
is not found, the request will succeed
but no action will be taken on the server.
Property Value | |
---|---|
Type | Description |
Boolean |
Etag
public string Etag { get; set; }
Optional. If this is provided, it must match the server's etag on the workerpool for the request to be processed.
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
Required. The name of the WorkerPool
to delete.
Format:
projects/{project}/locations/{workerPool}/workerPools/{workerPool}
.
Property Value | |
---|---|
Type | Description |
String |
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 |
WorkerPoolName
public WorkerPoolName WorkerPoolName { get; set; }
WorkerPoolName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
WorkerPoolName |