Class UpdateFunctionRequest (1.8.2)

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

Request for the UpdateFunction method.

Attributes

NameDescription
function google.cloud.functions_v1.types.CloudFunction
Required. New version of the function.
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. The list of fields in ``CloudFunction`` that have to be updated.

Inheritance

builtins.object > proto.message.Message > UpdateFunctionRequest