public sealed class UpdateFunctionRequest : IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessage
Request for the UpdateFunction
method.
Implements
IMessage<UpdateFunctionRequest>, System.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 list of fields to be updated in this request.
Property Value | |
---|---|
Type | Description |
FieldMask |