public static void BindService(ServiceBinderBase serviceBinder, BigtableTableAdmin.BigtableTableAdminBase 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 latest version available for `BigtableTableAdmin` is 3.24.0, which can be found in the provided documentation along with other previous versions."],["This service, `BigtableTableAdmin`, is used for managing Cloud Bigtable tables, providing functionality to create, configure, and delete tables, and only accesses table schemas and not the data within the tables."],["The `BigtableTableAdmin` class inherits from the base `Object` class and it resides within the `Google.Cloud.Bigtable.Admin.V2` namespace, with its compiled code found in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["`BigtableTableAdmin` has two `BindService` methods that either create or register service definitions, allowing for the connection of server-side logic to a server or a service binder, respectively."]]],[]]