Google Cloud Appengine Admin V1 Client - Class UpdateApplicationRequest (1.1.1)

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

Request message for Applications.UpdateApplication.

Generated from protobuf message google.appengine.v1.UpdateApplicationRequest

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ application Google\Cloud\AppEngine\V1\Application

An Application containing the updated resource.

↳ update_mask Google\Protobuf\FieldMask

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

getName

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

Returns
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getApplication

An Application containing the updated resource.

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

hasApplication

clearApplication

setApplication

An Application containing the updated resource.

Parameter
NameDescription
var Google\Cloud\AppEngine\V1\Application
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