public static class BigtableInstanceAdmin
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class BigtableInstanceAdmin.
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.
Namespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Methods
BindService(BigtableInstanceAdminBase)
public static ServerServiceDefinition BindService(BigtableInstanceAdmin.BigtableInstanceAdminBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | BigtableInstanceAdminBigtableInstanceAdminBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, 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 | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | BigtableInstanceAdminBigtableInstanceAdminBase An object implementing the server-side handling logic. |