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"]],[["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 `CallFunctionResponse` class within the Google Cloud Functions v1 API, specifically version 2.5.0."],["The `CallFunctionResponse` class represents the response returned by the `CallFunction` method and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CallFunctionResponse` class include `Error` (to capture any errors), `ExecutionId` (to identify the function invocation), and `Result` (for the output of a successful synchronous function execution)."],["The document also lists the various versions of the `CallFunctionResponse` class, with 2.7.0 being the latest, all the way back to version 1.1.0."],["The class has two constructors, a default one, and another one that takes a `CallFunctionResponse` as a parameter."]]],[]]