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-21 UTC."],[[["The latest version available for `BigtableInstanceAdmin` is 3.24.0, which can be found under the `/dotnet/docs/reference/Google.Cloud.Bigtable.Admin.V2/latest/Google.Cloud.Bigtable.Admin.V2.BigtableInstanceAdmin` directory."],["This service manages Cloud Bigtable Instances and Clusters, handling creation, configuration, and deletion, but does not manage table metadata or data."],["The `BigtableInstanceAdmin` class inherits from `Object` and includes members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method creates a service definition that can be registered with a server, and it also registers service methods with a `ServiceBinderBase`."],["There are numerous historical versions available, including versions all the way back to version 2.4.0 under the respective directory such as `/dotnet/docs/reference/Google.Cloud.Bigtable.Admin.V2/2.4.0/Google.Cloud.Bigtable.Admin.V2.BigtableInstanceAdmin` for version 2.4.0."]]],[]]