public sealed class CallFunctionRequest : IMessage<CallFunctionRequest>, IEquatable<CallFunctionRequest>, IDeepCloneable<CallFunctionRequest>, IBufferMessage, IMessage
Request for the CallFunction
method.
Implements
IMessage<CallFunctionRequest>, IEquatable<CallFunctionRequest>, IDeepCloneable<CallFunctionRequest>, 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 |