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 `CallFunctionResponse` class is part of the Google Cloud Functions v1 API for .NET, and it represents the response received from invoking the `CallFunction` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `CallFunctionResponse` class provides properties such as `Error`, `ExecutionId`, and `Result` to access details about the function's execution, including any errors, the execution identifier, and the function's returned result."],["There are multiple versions of this class, with version 2.7.0 being the latest, and versions ranging from 1.1.0 to 2.7.0 available for use."]]],[]]