Class BigtableInstanceAdmin (2.9.0)

public static 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.

Inheritance

Object > BigtableInstanceAdmin

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

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
NameDescription
serviceImplBigtableInstanceAdmin.BigtableInstanceAdminBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplBigtableInstanceAdmin.BigtableInstanceAdminBase

An object implementing the server-side handling logic.