Cloud Run V2 API - Class Google::Cloud::Run::V2::UpdateWorkerPoolRequest (v0.26.0)

Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::UpdateWorkerPoolRequest.

Request message for updating a worker pool.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

def allow_missing() -> ::Boolean
Returns
  • (::Boolean) — 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.

#allow_missing=

def allow_missing=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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

def force_new_revision() -> ::Boolean
Returns
  • (::Boolean) — 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.

#force_new_revision=

def force_new_revision=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.

Returns
  • (::Boolean) — 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.

#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) — Optional. Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
Returns
  • (::Boolean) — Optional. Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

#worker_pool

def worker_pool() -> ::Google::Cloud::Run::V2::WorkerPool
Returns

#worker_pool=

def worker_pool=(value) -> ::Google::Cloud::Run::V2::WorkerPool
Parameter
Returns