Google Cloud Run V2 Client - Class UpdateServiceRequest (0.9.1)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service Google\Cloud\Run\V2\Service

Required. The Service to be updated.

↳ 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.

Returns
TypeDescription
Google\Cloud\Run\V2\Service|null

hasService

clearService

setService

Required. The Service to be updated.

Parameter
NameDescription
var Google\Cloud\Run\V2\Service
Returns
TypeDescription
$this

getValidateOnly

Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

Returns
TypeDescription
bool

setValidateOnly

Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

Parameter
NameDescription
var bool
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
service Google\Cloud\Run\V2\Service

Required. The Service to be updated.

Returns
TypeDescription
Google\Cloud\Run\V2\UpdateServiceRequest