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.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Run\V2\Service|null |
hasService
clearService
setService
Required. The Service to be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Run\V2\Service
|
Returns | |
---|---|
Type | Description |
$this |
getValidateOnly
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
service |
Google\Cloud\Run\V2\Service
Required. The Service to be updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Run\V2\UpdateServiceRequest |