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.
Implements
IMessageUpdateFunctionRequest, IEquatableUpdateFunctionRequest, IDeepCloneableUpdateFunctionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2BetaAssembly
Google.Cloud.Functions.V2Beta.dll
Constructors
UpdateFunctionRequest()
public UpdateFunctionRequest()
UpdateFunctionRequest(UpdateFunctionRequest)
public UpdateFunctionRequest(UpdateFunctionRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateFunctionRequest |
Properties
Function
public Function Function { get; set; }
Required. New version of the function.
Property Value | |
---|---|
Type | Description |
Function |
UpdateMask
public FieldMask UpdateMask { get; set; }
The list of fields to be updated. If no field mask is provided, all fields will be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |