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 documentation for the `CallFunctionResponse` class within the Google Cloud Functions v1 API, specifically for .NET development."],["`CallFunctionResponse` is a class that represents the response from a `CallFunction` method, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CallFunctionResponse` class has properties like `Error`, `ExecutionId`, and `Result`, which provide information about the success, execution identifier, and output of the function call, respectively."],["The documentation covers various versions of the `CallFunctionResponse` class, ranging from version 1.1.0 up to the latest 2.7.0, providing a historical view of the API."]]],[]]