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."],[[["This document provides reference information for the `CallFunctionResponse` class within the Google Cloud Functions v1 API for .NET, with the latest version being 2.7.0."],["`CallFunctionResponse` is a class representing the response of a `CallFunction` method, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CallFunctionResponse` class includes constructors for creating instances, either default or by copying an existing `CallFunctionResponse`."],["The class has properties, `Error`, `ExecutionId`, and `Result`, which store information about the execution status, a unique ID, and the outcome, respectively."],["There are multiple older versions of this page provided in the document, ranging back to version 1.1.0."]]],[]]