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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]