Cloud Functions v1 API - Class CallFunctionRequest (2.4.0)

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.

Inheritance

object > CallFunctionRequest

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.dll

Constructors

CallFunctionRequest()

public CallFunctionRequest()

CallFunctionRequest(CallFunctionRequest)

public CallFunctionRequest(CallFunctionRequest other)
Parameter
NameDescription
otherCallFunctionRequest

Properties

CloudFunctionName

public CloudFunctionName CloudFunctionName { get; set; }

CloudFunctionName-typed view over the Name resource name property.

Property Value
TypeDescription
CloudFunctionName

Data

public string Data { get; set; }

Required. Input to be passed to the function.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The name of the function to be called.

Property Value
TypeDescription
string