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 document provides reference documentation for the `CallFunctionRequest` class within the Google Cloud Functions v1 API, specifically for version 2.2.0 and other versions as well."],["`CallFunctionRequest` is a class used to define a request for the `CallFunction` method, which is part of the Cloud Functions v1 API and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `CloudFunctionName`, `Data`, and `Name`, which are used to specify the function to be called and the input data for that function."],["The document details the constructors for the class, `CallFunctionRequest()` and `CallFunctionRequest(CallFunctionRequest other)`."],["The documentation includes a list of available versions of the `CallFunctionRequest` class, ranging from version 1.1.0 up to the latest version 2.7.0."]]],[]]