Reference documentation and code samples for the Google Cloud Functions V2 Client class UpdateFunctionRequest.
Request for the UpdateFunction
method.
Generated from protobuf message google.cloud.functions.v2.UpdateFunctionRequest
Namespace
Google \ Cloud \ Functions \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ function
↳ update_mask
Google\Protobuf\FieldMask
The list of fields to be updated. If no field mask is provided, all fields will be updated.
getFunction
Required. New version of the function.
hasFunction
clearFunction
setFunction
Required. New version of the function.
$this
getUpdateMask
The list of fields to be updated.
If no field mask is provided, all fields will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated.
If no field mask is provided, all fields will be updated.
$this
static::build
function
updateMask
Google\Protobuf\FieldMask
The list of fields to be updated. If no field mask is provided, all fields will be updated.