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 Cloud Functions v1 API class, `CloudFunctionsService`, which facilitates the manipulation of triggers and functions."],["Version 2.7.0 is the latest release, and previous versions, including 2.6.0 down to 1.1.0, are also documented and linked within this page."],["The `CloudFunctionsService` class inherits from the base `object` class and exposes the methods `BindService(CloudFunctionsServiceBase)` and `BindService(ServiceBinderBase, CloudFunctionsServiceBase)`."],["The `BindService` methods are utilized to register service definitions and methods, enabling the customization of service binding logic for the server-side implementation."],["The namespace for the `CloudFunctionsService` API is `Google.Cloud.Functions.V1`, and it is located within the `Google.Cloud.Functions.V1.dll` assembly."]]],[]]