Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::UpdateWorkerPoolRequest.
Request to update a WorkerPool
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) — A mask specifying which fields in
worker_pool
to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) — A mask specifying which fields in
worker_pool
to update.
-
(::Google::Protobuf::FieldMask) — A mask specifying which fields in
worker_pool
to update.
#validate_only
def validate_only() -> ::Boolean
- (::Boolean) — If set, validate the request and preview the response, but do not actually post it.
#validate_only=
def validate_only=(value) -> ::Boolean
- value (::Boolean) — If set, validate the request and preview the response, but do not actually post it.
- (::Boolean) — If set, validate the request and preview the response, but do not actually post it.
#worker_pool
def worker_pool() -> ::Google::Cloud::Build::V1::WorkerPool
-
(::Google::Cloud::Build::V1::WorkerPool) — Required. The
WorkerPool
to update.The
name
field is used to identify theWorkerPool
to update. Format:projects/{project}/locations/{location}/workerPools/{workerPool}
.
#worker_pool=
def worker_pool=(value) -> ::Google::Cloud::Build::V1::WorkerPool
-
value (::Google::Cloud::Build::V1::WorkerPool) — Required. The
WorkerPool
to update.The
name
field is used to identify theWorkerPool
to update. Format:projects/{project}/locations/{location}/workerPools/{workerPool}
.
-
(::Google::Cloud::Build::V1::WorkerPool) — Required. The
WorkerPool
to update.The
name
field is used to identify theWorkerPool
to update. Format:projects/{project}/locations/{location}/workerPools/{workerPool}
.