Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::DeleteWorkerPoolRequest.
Request message to delete a WorkerPool by its full name.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#etag
def etag() -> ::String Returns 
 - (::String) — A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
 
#etag=
def etag=(value) -> ::String Parameter 
 - value (::String) — A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
 
 Returns 
 - (::String) — A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
 
#name
def name() -> ::String Returns 
 -  (::String) — Required. The full name of the WorkerPool. Format: 
projects/{project}/locations/{location}/workerPools/{worker_pool}, where{project}can be project id or number. 
#name=
def name=(value) -> ::String Parameter 
 -  value (::String) — Required. The full name of the WorkerPool. Format: 
projects/{project}/locations/{location}/workerPools/{worker_pool}, where{project}can be project id or number. 
 Returns 
 -  (::String) — Required. The full name of the WorkerPool. Format: 
projects/{project}/locations/{location}/workerPools/{worker_pool}, where{project}can be project id or number. 
#validate_only
def validate_only() -> ::Boolean Returns 
 - (::Boolean) — Optional. Indicates that the request should be validated without actually deleting any resources.
 
#validate_only=
def validate_only=(value) -> ::Boolean Parameter 
 - value (::Boolean) — Optional. Indicates that the request should be validated without actually deleting any resources.
 
 Returns 
 - (::Boolean) — Optional. Indicates that the request should be validated without actually deleting any resources.