public sealed class CallFunctionRequest : IMessage<CallFunctionRequest>, IEquatable<CallFunctionRequest>, IDeepCloneable<CallFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 API class CallFunctionRequest.
Request for the CallFunction
method.
Implements
IMessageCallFunctionRequest, IEquatableCallFunctionRequest, IDeepCloneableCallFunctionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V1Assembly
Google.Cloud.Functions.V1.dll
Constructors
CallFunctionRequest()
public CallFunctionRequest()
CallFunctionRequest(CallFunctionRequest)
public CallFunctionRequest(CallFunctionRequest other)
Parameter | |
---|---|
Name | Description |
other |
CallFunctionRequest |
Properties
CloudFunctionName
public CloudFunctionName CloudFunctionName { get; set; }
CloudFunctionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
CloudFunctionName |
Data
public string Data { get; set; }
Required. Input to be passed to the function.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The name of the function to be called.
Property Value | |
---|---|
Type | Description |
string |