Class: Google::Cloud::Build::V1::DeleteWorkerPoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::DeleteWorkerPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Request to delete a WorkerPool
.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
If set to true, and the
WorkerPool
is not found, the request will succeed but no action will be taken on the server. -
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
If set, validate the request and preview the response, but do not actually post it.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns If set to true, and the WorkerPool
is not found, the request will succeed
but no action will be taken on the server.
2336 2337 2338 2339 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2336 class DeleteWorkerPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
Returns Optional. If provided, it must match the server's etag on the workerpool for the request to be processed.
2336 2337 2338 2339 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2336 class DeleteWorkerPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the WorkerPool
to delete.
Format:
projects/{project}/locations/{location}/workerPools/{workerPool}
.
2336 2337 2338 2339 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2336 class DeleteWorkerPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If set, validate the request and preview the response, but do not actually post it.
2336 2337 2338 2339 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2336 class DeleteWorkerPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |