public AsyncUnaryCall <global::Google.Bigtable.Admin.Table.V1.Table> CreateTableAsync(global::Google.Bigtable.Admin.Table.V1.CreateTableRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
            {
                var call = CreateCall(__Method_CreateTable, new CallOptions(headers, deadline, cancellationToken));

                return(Calls.AsyncUnaryCall(call, request));
            }
            public AsyncUnaryCall <global::Google.Bigtable.Admin.Table.V1.Table> CreateTableAsync(global::Google.Bigtable.Admin.Table.V1.CreateTableRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_CreateTable, options);

                return(Calls.AsyncUnaryCall(call, request));
            }
            public global::Google.Bigtable.Admin.Table.V1.Table CreateTable(global::Google.Bigtable.Admin.Table.V1.CreateTableRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_CreateTable, options);

                return(Calls.BlockingUnaryCall(call, request));
            }