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"]],[["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 CloudFunctionsService class within the Google.Cloud.Functions.V1 API, specifically version 2.3.0, and offers access to documentation on previous versions."],["The CloudFunctionsService class is used by applications to manage triggers and functions within the Cloud Functions v1 API."],["The document lists inherited members from the `object` class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The CloudFunctionsService class offers two static `BindService` methods to register service methods with a server or a service binder, allowing for customized service binding logic."],["The latest version available is 2.7.0 and there are multiple prior versions available for browsing, including versions 2.6.0, 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.3.0, 1.2.0, and 1.1.0."]]],[]]