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."],[[["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."]]],[]]