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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the `CallFunctionRequest` class is 2.7.0, but this page specifically focuses on version 2.4.0."],["The `CallFunctionRequest` class is used to make requests to the `CallFunction` method within the Cloud Functions v1 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members such as `GetHashCode`, `GetType`, and `ToString` from the base object class."],["Key properties of the `CallFunctionRequest` class include `CloudFunctionName`, `Data`, and `Name`, which are essential for defining and passing input to the target function."],["The class is contained within the `Google.Cloud.Functions.V1` namespace and is part of the `Google.Cloud.Functions.V1.dll` assembly."]]],[]]