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"]],[["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."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eFunctionService\u003c/code\u003e class within the Google Cloud Functions v2 API, which is used to deploy and trigger functions in response to events.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFunctionService\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFunctionService\u003c/code\u003e class includes methods such as \u003ccode\u003eBindService\u003c/code\u003e, which is used to create or register service definitions with a server or service binder, handling server-side logic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFunctionService\u003c/code\u003e class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and includes inherited members such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, with the class existing in the \u003ccode\u003eGoogle.Cloud.Functions.V2\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],[],null,[]]