public sealed class UpdateFunctionRequest : IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessageRequest for the UpdateFunction method.
Implements
IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V1Assembly
Google.Cloud.Functions.V1.dll
Constructors
UpdateFunctionRequest()
public UpdateFunctionRequest()UpdateFunctionRequest(UpdateFunctionRequest)
public UpdateFunctionRequest(UpdateFunctionRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | UpdateFunctionRequest | 
Properties
Function
public CloudFunction Function { get; set; }Required. New version of the function.
| Property Value | |
|---|---|
| Type | Description | 
| CloudFunction | |
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The list of fields in CloudFunction that have to be updated.
| Property Value | |
|---|---|
| Type | Description | 
| FieldMask | |