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."],[[["This page provides documentation for the `BigtableInstanceAdmin` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically focusing on version 2.5.0."],["The `BigtableInstanceAdmin` class is used for managing Cloud Bigtable instances and clusters, including their creation, configuration, and deletion, but not the data or metadata of tables within."],["The latest version available for this specific namespace and class is version 3.24.0, with multiple previous versions also accessible and listed back to 2.4.0."],["The page details the `BindService` methods, which are used to register service definitions with a server, allowing customization of service binding logic for server-side handling."],["The page contains a list of the inherited members, such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`."]]],[]]