Service for creating, configuring, and deleting Cloud Bigtable Instances and
Clusters. Provides access to the Instance and Cluster schemas only, not the
tables' metadata or data stored in those tables.
public static void BindService(ServiceBinderBase serviceBinder, BigtableInstanceAdmin.BigtableInstanceAdminBase 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-25 UTC."],[[["The latest version available for `BigtableInstanceAdmin` is 3.24.0, but there are many versions available between that and 2.4.0."],["`BigtableInstanceAdmin` facilitates the creation, configuration, and deletion of Cloud Bigtable Instances and Clusters, focusing on schema management rather than data manipulation."],["The `BigtableInstanceAdmin` class inherits from the `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class offers two `BindService` methods for registering service methods, allowing for customization of service binding logic, and they can be found in the `Google.Cloud.Bigtable.Admin.V2` namespace."],["`BigtableInstanceAdmin` service methods can be bound with or without specific implementation details using `ServiceBinderBase` and `BigtableInstanceAdmin.BigtableInstanceAdminBase`."]]],[]]