Class UpdateFunctionRequest (1.8.1)

UpdateFunctionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the UpdateFunction method.

Attributes

NameDescription
function google.cloud.functions_v2.types.Function
Required. New version of the function.
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to be updated. If no field mask is provided, all provided fields in the request will be updated.

Inheritance

builtins.object > proto.message.Message > UpdateFunctionRequest