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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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
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.
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
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
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