public sealed class UpdateFunctionRequest : IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 API class UpdateFunctionRequest.
Request for the UpdateFunction
method.
Implements
IMessageUpdateFunctionRequest, IEquatableUpdateFunctionRequest, IDeepCloneableUpdateFunctionRequest, 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 |