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 information for the `CallFunctionRequest` class within the Google Cloud Functions v1 API."],["The `CallFunctionRequest` class is used to structure requests for the `CallFunction` method, allowing users to call cloud functions."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the properties of `CallFunctionRequest`, including `CloudFunctionName`, `Data`, and `Name`, which are used to define the function being called and its input."],["There are multiple versions available for the `CallFunctionRequest` class, ranging from version 1.1.0 up to the latest version 2.7.0, but this page is focused on version 2.5.0."]]],[]]