Class: Google::Cloud::Build::V1::UpdateWorkerPoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::UpdateWorkerPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Request to update a WorkerPool
.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
A mask specifying which fields in
worker_pool
to update. -
#validate_only ⇒ ::Boolean
If set, validate the request and preview the response, but do not actually post it.
-
#worker_pool ⇒ ::Google::Cloud::Build::V1::WorkerPool
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns A mask specifying which fields in worker_pool
to update.
2355 2356 2357 2358 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2355 class UpdateWorkerPoolRequest 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.
2355 2356 2357 2358 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2355 class UpdateWorkerPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#worker_pool ⇒ ::Google::Cloud::Build::V1::WorkerPool
Returns Required. The WorkerPool
to update.
The name
field is used to identify the WorkerPool
to update.
Format: projects/{project}/locations/{location}/workerPools/{workerPool}
.
2355 2356 2357 2358 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2355 class UpdateWorkerPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |