Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class UpdateVersionRequest.
Request message for Versions.UpdateVersion
.
Generated from protobuf message google.appengine.v1.UpdateVersionRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Name of the resource to update. Example: apps/myapp/services/default/versions/1
.
↳ version
Google\Cloud\AppEngine\V1\Version
A Version containing the updated resource. Only fields set in the field mask will be updated.
↳ update_mask
getName
Name of the resource to update. Example: apps/myapp/services/default/versions/1
.
string
setName
Name of the resource to update. Example: apps/myapp/services/default/versions/1
.
var
string
$this
getVersion
A Version containing the updated resource. Only fields set in the field mask will be updated.
hasVersion
clearVersion
setVersion
A Version containing the updated resource. Only fields set in the field mask will be updated.
$this
getUpdateMask
Standard field mask for the set of fields to be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Standard field mask for the set of fields to be updated.
$this