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 page provides reference documentation for the \u003ccode\u003eFunctionService\u003c/code\u003e class within the Google Cloud Functions v2 API, which is used to deploy and execute functions in response to events.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFunctionService\u003c/code\u003e class, a resource that describes the function and its triggers, is derived from the base \u003ccode\u003eobject\u003c/code\u003e class and inherits several of its methods.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers various versions of the Google.Cloud.Functions.V2 API, with version 1.7.0 being the latest and 1.6.0 being the version the documentation on this page is based off of.\u003c/p\u003e\n"],["\u003cp\u003eTwo methods, \u003ccode\u003eBindService(FunctionServiceBase)\u003c/code\u003e and \u003ccode\u003eBindService(ServiceBinderBase, FunctionServiceBase)\u003c/code\u003e, are detailed for creating service definitions and registering service methods.\u003c/p\u003e\n"],["\u003cp\u003eThe Google Cloud Functions API uses the FunctionService class to pass data connected to triggering events as input to a function.\u003c/p\u003e\n"]]],[],null,[]]