public sealed class CallFunctionResponse : IMessage<CallFunctionResponse>, IEquatable<CallFunctionResponse>, IDeepCloneable<CallFunctionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 API class CallFunctionResponse.
[[["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 latest version available for the `CallFunctionResponse` class is 2.7.0, but this page is showing the documentation for version 2.6.0."],["`CallFunctionResponse` is a class within the Google Cloud Functions v1 API, specifically for handling the response of the `CallFunction` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CallFunctionResponse` class has two constructors: a default constructor `CallFunctionResponse()` and another that takes a `CallFunctionResponse` object as a parameter `CallFunctionResponse(CallFunctionResponse other)`."],["This class contains properties that convey important information about the status of a function call, like `Error` (for execution errors), `ExecutionId` (for tracking execution), and `Result` (for successful execution outcomes)."],["Multiple versions of the `CallFunctionResponse` documentation are accessible, ranging from version 1.1.0 to 2.7.0."]]],[]]