public static void BindService(ServiceBinderBase serviceBinder, FirestoreAdmin.FirestoreAdminBase 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."],[[["The `FirestoreAdmin` class, part of the `Google.Cloud.Firestore.Admin.V1` namespace, provides administrative functionalities for Firestore and is accessible through the `google.longrunning.Operations` service."],["This document details versions of the `FirestoreAdmin` class, spanning from version 2.2.0 to the latest, 3.12.0, each with unique functionalities that can be accessed through the corresponding url."],["`FirestoreAdmin` inherits from the `Object` class and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class offers static methods like `BindService` which can create service definitions to be registered with a server or to register service methods with or without implementation, allowing for custom service binding logic."],["The `FirestoreAdminBase` is an object that will be used for the implementation of server-side handling logic in the methods `BindService`, in both of its variations."]]],[]]