Cloud Functions v1 API - Class UpdateFunctionRequest (2.5.0)

public sealed class UpdateFunctionRequest : IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Functions v1 API class UpdateFunctionRequest.

Request for the UpdateFunction method.

Inheritance

object > UpdateFunctionRequest

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.dll

Constructors

UpdateFunctionRequest()

public UpdateFunctionRequest()

UpdateFunctionRequest(UpdateFunctionRequest)

public UpdateFunctionRequest(UpdateFunctionRequest other)
Parameter
NameDescription
otherUpdateFunctionRequest

Properties

Function

public CloudFunction Function { get; set; }

Required. New version of the function.

Property Value
TypeDescription
CloudFunction

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
TypeDescription
FieldMask