Google Cloud Appengine Admin V1 Client - Class UpdateServiceRequest (1.2.2)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class UpdateServiceRequest.

Request message for Services.UpdateService.

Generated from protobuf message google.appengine.v1.UpdateServiceRequest

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the resource to update. Example: apps/myapp/services/default.

↳ service Google\Cloud\AppEngine\V1\Service

A Service resource containing the updated service. Only fields set in the field mask will be updated.

↳ update_mask Google\Protobuf\FieldMask

Required. Standard field mask for the set of fields to be updated.

↳ migrate_traffic bool

Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests and automatic scaling. You must specify the shardBy field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic.

getName

Name of the resource to update. Example: apps/myapp/services/default.

Returns
TypeDescription
string

setName

Name of the resource to update. Example: apps/myapp/services/default.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getService

A Service resource containing the updated service. Only fields set in the field mask will be updated.

Returns
TypeDescription
Google\Cloud\AppEngine\V1\Service|null

hasService

clearService

setService

A Service resource containing the updated service. Only fields set in the field mask will be updated.

Parameter
NameDescription
var Google\Cloud\AppEngine\V1\Service
Returns
TypeDescription
$this

getUpdateMask

Required. Standard field mask for the set of fields to be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. Standard field mask for the set of fields to be updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

getMigrateTraffic

Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately.

For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests and automatic scaling. You must specify the shardBy field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic.

Returns
TypeDescription
bool

setMigrateTraffic

Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately.

For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests and automatic scaling. You must specify the shardBy field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this