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."],[[["This document provides reference documentation for the `CallFunctionRequest` class within the Google Cloud Functions v1 API, specifically for .NET development."],["`CallFunctionRequest` is used to make requests to the `CallFunction` method in the Cloud Functions API, enabling function invocation."],["The `CallFunctionRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CallFunctionRequest` include `CloudFunctionName`, `Data`, and `Name`, which are essential for specifying the function to be called and the input data."],["The current latest version of this documentation is for 2.7.0, though there are multiple previous versions of the API, all of which are linked."]]],[]]