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."],[[["Version 3.12.0 is the latest version of the Google.Cloud.Firestore.Admin.V1 package, with a variety of previous versions available, down to version 2.2.0."],["The `FirestoreAdmin` class, part of the `Google.Cloud.Firestore.Admin.V1` namespace, handles operations through the `google.longrunning.Operations` service."],["The `FirestoreAdmin` class provides methods to bind service implementations using `BindService`, which is used to register server-side handling logic for the `FirestoreAdmin` service."],["The `FirestoreAdmin` class inherits core functionalities from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method can be used with a `FirestoreAdminBase` object to create a `ServerServiceDefinition`, or with both a `ServiceBinderBase` object and `FirestoreAdminBase` object to customize service binding logic."]]],[]]