Google Cloud Bigtable Administration v2 API - Class BigtableTableAdmin (3.15.0)

public static class BigtableTableAdmin

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class BigtableTableAdmin.

Service for creating, configuring, and deleting Cloud Bigtable tables.

Provides access to the table schemas only, not the data stored within the tables.

Inheritance

object > BigtableTableAdmin

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Methods

BindService(BigtableTableAdminBase)

public static ServerServiceDefinition BindService(BigtableTableAdmin.BigtableTableAdminBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl BigtableTableAdminBigtableTableAdminBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, BigtableTableAdminBase)

public static void BindService(ServiceBinderBase serviceBinder, BigtableTableAdmin.BigtableTableAdminBase 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 AddMethod on this object.

serviceImpl BigtableTableAdminBigtableTableAdminBase

An object implementing the server-side handling logic.