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 of the `Google.Cloud.Bigtable.Admin.V2` package is 3.24.0, with multiple previous versions available, down to version 2.4.0, accessible for reference."],["`BigtableInstanceAdmin` class in `Google.Cloud.Bigtable.Admin.V2` namespace provides functionalities for managing Cloud Bigtable instances and clusters, including creation, configuration, and deletion."],["This class does not include methods for table data or metadata manipulation, only instance and cluster schema modification, while inheriting basic object methods."],["The `BindService` method is available to create a service definition or register a service method, allowing customization of the service binding logic, which accepts a `BigtableInstanceAdminBase` parameter."],["The assembly for this is `Google.Cloud.Bigtable.Admin.V2.dll`."]]],[]]