public static void BindService(ServiceBinderBase serviceBinder, CloudFunctionsService.CloudFunctionsServiceBase 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."],[[["This document provides reference documentation for the `CloudFunctionsService` class within the Google Cloud Functions v1 API."],["The `CloudFunctionsService` class is used for manipulating triggers and functions within the Google Cloud Functions service."],["The document lists available versions of the API, ranging from the latest version 2.7.0 down to version 1.1.0, including version 2.6.0 where the class `CloudFunctionsService` is defined."],["The `BindService` methods are used for registering service methods, allowing customization of the service binding logic with or without an implementation."],["`CloudFunctionsService` inherits from `object`, and provides access to methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, inherited from the base object class."]]],[]]