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 of the `CallFunctionResponse` class in the Cloud Functions v1 API is 2.7.0, with previous versions ranging from 2.6.0 down to 1.1.0."],["`CallFunctionResponse` is a class that represents the response of a `CallFunction` method within the Google Cloud Functions API."],["The class `CallFunctionResponse` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffering."],["`CallFunctionResponse` has properties like `Error`, `ExecutionId`, and `Result`, which provide information on execution status, the execution identifier, and the result of the function's synchronous execution."],["The namespace for the `CallFunctionResponse` class is `Google.Cloud.Functions.V1` and is part of the `Google.Cloud.Functions.V1.dll` assembly."]]],[]]