Google Cloud Bigtable Administration v2 API - Class BigtableInstanceAdmin (3.14.0)

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.

Inheritance

object > BigtableInstanceAdmin

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

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
NameDescription
serviceImplBigtableInstanceAdminBigtableInstanceAdminBase

An object implementing the server-side handling logic.

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

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

serviceImplBigtableInstanceAdminBigtableInstanceAdminBase

An object implementing the server-side handling logic.