public sealed class DeleteWorkerPoolRequest : IMessage<DeleteWorkerPoolRequest>, IEquatable<DeleteWorkerPoolRequest>, IDeepCloneable<DeleteWorkerPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class DeleteWorkerPoolRequest.
Request message to delete a WorkerPool by its full name.
Implements
IMessageDeleteWorkerPoolRequest, IEquatableDeleteWorkerPoolRequest, IDeepCloneableDeleteWorkerPoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
DeleteWorkerPoolRequest()
public DeleteWorkerPoolRequest()
DeleteWorkerPoolRequest(DeleteWorkerPoolRequest)
public DeleteWorkerPoolRequest(DeleteWorkerPoolRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteWorkerPoolRequest |
Properties
Etag
public string Etag { get; set; }
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The full name of the WorkerPool.
Format:
projects/{project}/locations/{location}/workerPools/{worker_pool}
, where
{project}
can be project id or number.
Property Value | |
---|---|
Type | Description |
string |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. Indicates that the request should be validated without actually deleting any resources.
Property Value | |
---|---|
Type | Description |
bool |
WorkerPoolName
public WorkerPoolName WorkerPoolName { get; set; }
WorkerPoolName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
WorkerPoolName |