Reference documentation and code samples for the Cloud Functions v2 API class FunctionService.
Google Cloud Functions is used to deploy functions that are executed by
Google in response to various events. Data connected with that event is
passed to a function as the input data.
A function is a resource which describes a function that should be
executed and how it is triggered.
public static void BindService(ServiceBinderBase serviceBinder, FunctionService.FunctionServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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 `FunctionService` class within the Google Cloud Functions v2 API, which is used to deploy and trigger functions in response to events."],["The `FunctionService` class, a resource that describes the function execution and triggering, is accessible through various versions, with the latest being version 1.7.0, and version 1.3.0 is the focus of this document."],["The `FunctionService` class includes methods such as `BindService`, which is used to create or register service definitions with a server or service binder, handling server-side logic."],["The `FunctionService` class inherits from the base `object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, with the class existing in the `Google.Cloud.Functions.V2` namespace."]]],[]]