Reference documentation and code samples for the Google Cloud Run V2 Client class UpdateServiceRequest.
Request message for updating a service.
Generated from protobuf message google.cloud.run.v2.UpdateServiceRequest
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ update_mask
↳ service
↳ validate_only
bool
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 Service does not exist, it will create a new one. The caller must have 'run.services.create' permissions if this is set to true and the Service does not exist.
getUpdateMask
Optional. The list of fields to be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to be updated.
$this
getService
Required. The Service to be updated.
hasService
clearService
setService
Required. The Service to be updated.
$this
getValidateOnly
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
bool
setValidateOnly
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 Service does not exist, it will create a new one. The caller must have 'run.services.create' permissions if this is set to true and the Service does not exist.
bool
setAllowMissing
Optional. If set to true, and if the Service does not exist, it will create a new one. The caller must have 'run.services.create' permissions if this is set to true and the Service does not exist.
var
bool
$this
static::build
static::buildFromServiceUpdateMask
service
updateMask