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 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."]]],[]]