Cloud Functions v2beta API - Class UpdateFunctionRequest (1.0.0-beta05)

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

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

Request for the UpdateFunction method.

Inheritance

object > UpdateFunctionRequest

Namespace

Google.Cloud.Functions.V2Beta

Assembly

Google.Cloud.Functions.V2Beta.dll

Constructors

UpdateFunctionRequest()

public UpdateFunctionRequest()

UpdateFunctionRequest(UpdateFunctionRequest)

public UpdateFunctionRequest(UpdateFunctionRequest other)
Parameter
NameDescription
otherUpdateFunctionRequest

Properties

Function

public Function Function { get; set; }

Required. New version of the function.

Property Value
TypeDescription
Function

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated. If no field mask is provided, all provided fields in the request will be updated.

Property Value
TypeDescription
FieldMask