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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ function |
Google\Cloud\Functions\V2\PBFunction
Required. New version of the 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.
Returns | |
---|---|
Type | Description |
Google\Cloud\Functions\V2\PBFunction|null |
hasFunction
clearFunction
setFunction
Required. New version of the function.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Functions\V2\PBFunction
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
The list of fields to be updated.
If no field mask is provided, all fields will be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated.
If no field mask is provided, all fields will be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
function |
Google\Cloud\Functions\V2\PBFunction
Required. New version of the function. |
updateMask |
Google\Protobuf\FieldMask
The list of fields to be updated. If no field mask is provided, all fields will be updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Functions\V2\UpdateFunctionRequest |