public static class BigtableInstanceAdminService 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.
Namespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Methods
BindService(BigtableInstanceAdmin.BigtableInstanceAdminBase)
public static ServerServiceDefinition BindService(BigtableInstanceAdmin.BigtableInstanceAdminBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
BigtableInstanceAdmin.BigtableInstanceAdminBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, BigtableInstanceAdmin.BigtableInstanceAdminBase)
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.
| Parameters | |
|---|---|
| Name | Description |
serviceBinder |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
BigtableInstanceAdmin.BigtableInstanceAdminBaseAn object implementing the server-side handling logic. |