Reference documentation and code samples for the Google Cloud Run V2 Client class UpdateWorkerPoolRequest.
Request message for updating a worker pool.
Generated from protobuf message google.cloud.run.v2.UpdateWorkerPoolRequest
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ update_mask
↳ worker_pool
↳ validate_only
bool
Optional. Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
↳ allow_missing
bool
Optional. If set to true, and if the WorkerPool does not exist, it will create a new one. The caller must have 'run.workerpools.create' permissions if this is set to true and the WorkerPool does not exist.
↳ force_new_revision
bool
Optional. If set to true, a new revision will be created from the template even if the system doesn't detect any changes from the previously deployed revision. This may be useful for cases where the underlying resources need to be recreated or reinitialized. For example if the image is specified by label, but the underlying image digest has changed) or if the container performs deployment initialization work that needs to be performed again.
getUpdateMask
Optional. The list of fields to be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to be updated.
$this
getWorkerPool
Required. The WorkerPool to be updated.
hasWorkerPool
clearWorkerPool
setWorkerPool
Required. The WorkerPool to be updated.
$this
getValidateOnly
Optional. Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
bool
setValidateOnly
Optional. Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
var
bool
$this
getAllowMissing
Optional. If set to true, and if the WorkerPool does not exist, it will create a new one. The caller must have 'run.workerpools.create' permissions if this is set to true and the WorkerPool does not exist.
bool
setAllowMissing
Optional. If set to true, and if the WorkerPool does not exist, it will create a new one. The caller must have 'run.workerpools.create' permissions if this is set to true and the WorkerPool does not exist.
var
bool
$this
getForceNewRevision
Optional. If set to true, a new revision will be created from the template even if the system doesn't detect any changes from the previously deployed revision.
This may be useful for cases where the underlying resources need to be recreated or reinitialized. For example if the image is specified by label, but the underlying image digest has changed) or if the container performs deployment initialization work that needs to be performed again.
bool
setForceNewRevision
Optional. If set to true, a new revision will be created from the template even if the system doesn't detect any changes from the previously deployed revision.
This may be useful for cases where the underlying resources need to be recreated or reinitialized. For example if the image is specified by label, but the underlying image digest has changed) or if the container performs deployment initialization work that needs to be performed again.
var
bool
$this
static::build
static::buildFromWorkerPoolUpdateMask
workerPool
updateMask

