Google Cloud Functions V1 Client - Class UpdateFunctionRequest (1.2.0)

Reference documentation and code samples for the Google Cloud Functions V1 Client class UpdateFunctionRequest.

Request for the UpdateFunction method.

Generated from protobuf message google.cloud.functions.v1.UpdateFunctionRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ function Google\Cloud\Functions\V1\CloudFunction

Required. New version of the function.

↳ update_mask Google\Protobuf\FieldMask

Required. The list of fields in CloudFunction that have to be updated.

getFunction

Required. New version of the function.

Returns
TypeDescription
Google\Cloud\Functions\V1\CloudFunction|null

hasFunction

clearFunction

setFunction

Required. New version of the function.

Parameter
NameDescription
var Google\Cloud\Functions\V1\CloudFunction
Returns
TypeDescription
$this

getUpdateMask

Required. The list of fields in CloudFunction that have to be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The list of fields in CloudFunction that have to be updated.

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