Cloud Build V1 API - Class Google::Cloud::Build::V1::UpdateWorkerPoolRequest (v0.27.0)

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
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If set, validate the request and preview the response, but do not actually post it.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set, validate the request and preview the response, but do not actually post it.
Returns
  • (::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
Returns
  • (::Google::Cloud::Build::V1::WorkerPool) — Required. The WorkerPool to update.

    The name field is used to identify the WorkerPool to update. Format: projects/{project}/locations/{location}/workerPools/{workerPool}.

#worker_pool=

def worker_pool=(value) -> ::Google::Cloud::Build::V1::WorkerPool
Parameter
  • value (::Google::Cloud::Build::V1::WorkerPool) — Required. The WorkerPool to update.

    The name field is used to identify the WorkerPool to update. Format: projects/{project}/locations/{location}/workerPools/{workerPool}.

Returns
  • (::Google::Cloud::Build::V1::WorkerPool) — Required. The WorkerPool to update.

    The name field is used to identify the WorkerPool to update. Format: projects/{project}/locations/{location}/workerPools/{workerPool}.