public sealed class UpdateFunctionRequest : IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class UpdateFunctionRequest.
Request for the UpdateFunction
method.
Implements
IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2Assembly
Google.Cloud.Functions.V2.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 provided fields in the request will be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |