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 webpage provides reference documentation for the `CallFunctionRequest` class within the Google Cloud Functions v1 API, specifically for .NET development."],["`CallFunctionRequest` is used to structure requests for the `CallFunction` method in the API, and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`CallFunctionRequest()`) and another that takes a `CallFunctionRequest` object as a parameter for copying."],["Key properties of the `CallFunctionRequest` class include `CloudFunctionName`, which provides a typed view over the resource name, `Data` which contains the input for the function, and `Name`, which is the name of the function to be called."],["This API has many versions available for use, from 2.7.0 as the latest, down to 1.1.0."]]],[]]